Skip to content

Commit 5c0c90d

Browse files
authored
Merge pull request #2110 from codeflash-ai/fix/skip-e2e-on-dependabot
fix(ci): skip e2e tests on Dependabot PRs
2 parents 25ba54e + 8fe6b8f commit 5c0c90d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ jobs:
322322
if: >-
323323
needs.determine-changes.outputs.e2e == 'true'
324324
&& github.event_name != 'push'
325+
&& github.actor != 'dependabot[bot]'
325326
strategy:
326327
fail-fast: false
327328
matrix:
@@ -425,6 +426,7 @@ jobs:
425426
if: >-
426427
needs.determine-changes.outputs.e2e_js == 'true'
427428
&& github.event_name != 'push'
429+
&& github.actor != 'dependabot[bot]'
428430
strategy:
429431
fail-fast: false
430432
matrix:
@@ -508,6 +510,7 @@ jobs:
508510
if: >-
509511
needs.determine-changes.outputs.e2e_java == 'true'
510512
&& github.event_name != 'push'
513+
&& github.actor != 'dependabot[bot]'
511514
strategy:
512515
fail-fast: false
513516
matrix:

0 commit comments

Comments
 (0)