mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
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:
commit
5c0c90d265
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -322,6 +322,7 @@ jobs:
|
||||||
if: >-
|
if: >-
|
||||||
needs.determine-changes.outputs.e2e == 'true'
|
needs.determine-changes.outputs.e2e == 'true'
|
||||||
&& github.event_name != 'push'
|
&& github.event_name != 'push'
|
||||||
|
&& github.actor != 'dependabot[bot]'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -425,6 +426,7 @@ jobs:
|
||||||
if: >-
|
if: >-
|
||||||
needs.determine-changes.outputs.e2e_js == 'true'
|
needs.determine-changes.outputs.e2e_js == 'true'
|
||||||
&& github.event_name != 'push'
|
&& github.event_name != 'push'
|
||||||
|
&& github.actor != 'dependabot[bot]'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -508,6 +510,7 @@ jobs:
|
||||||
if: >-
|
if: >-
|
||||||
needs.determine-changes.outputs.e2e_java == 'true'
|
needs.determine-changes.outputs.e2e_java == 'true'
|
||||||
&& github.event_name != 'push'
|
&& github.event_name != 'push'
|
||||||
|
&& github.actor != 'dependabot[bot]'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue