We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43bf4f commit 9d778ceCopy full SHA for 9d778ce
.github/workflows/c3-e2e.yml
@@ -7,7 +7,7 @@ jobs:
7
e2e-vp:
8
# Note: please keep this job in sync with the e2e-only-dependabot-bumped-framework one
9
# in .github/workflows/c3-e2e-dependabot.yml
10
- if: github.head_ref == 'changeset-release/main' || contains(github.event.*.labels.*.name, 'every-os' )
+ if: github.head_ref == 'changeset-release/main' || (contains(github.event.*.labels.*.name, 'c3-e2e' ) && contains(github.event.*.labels.*.name, 'every-os' ))
11
timeout-minutes: 45
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm.name }}-${{ matrix.pm.version }}
0 commit comments