We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25ba54e + 8fe6b8f commit 5c0c90dCopy full SHA for 5c0c90d
1 file changed
.github/workflows/ci.yaml
@@ -322,6 +322,7 @@ jobs:
322
if: >-
323
needs.determine-changes.outputs.e2e == 'true'
324
&& github.event_name != 'push'
325
+ && github.actor != 'dependabot[bot]'
326
strategy:
327
fail-fast: false
328
matrix:
@@ -425,6 +426,7 @@ jobs:
425
426
427
needs.determine-changes.outputs.e2e_js == 'true'
428
429
430
431
432
@@ -508,6 +510,7 @@ jobs:
508
510
509
511
needs.determine-changes.outputs.e2e_java == 'true'
512
513
514
515
516
0 commit comments