Merge pull request #2110 from codeflash-ai/fix/skip-e2e-on-dependabot

fix(ci): skip e2e tests on Dependabot PRs
This commit is contained in:
Kevin Turcios 2026-04-23 05:21:35 -05:00 committed by GitHub
commit 5c0c90d265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -322,6 +322,7 @@ jobs:
if: >-
needs.determine-changes.outputs.e2e == 'true'
&& github.event_name != 'push'
&& github.actor != 'dependabot[bot]'
strategy:
fail-fast: false
matrix:
@ -425,6 +426,7 @@ jobs:
if: >-
needs.determine-changes.outputs.e2e_js == 'true'
&& github.event_name != 'push'
&& github.actor != 'dependabot[bot]'
strategy:
fail-fast: false
matrix:
@ -508,6 +510,7 @@ jobs:
if: >-
needs.determine-changes.outputs.e2e_java == 'true'
&& github.event_name != 'push'
&& github.actor != 'dependabot[bot]'
strategy:
fail-fast: false
matrix: