Skip to content

Commit 9d778ce

Browse files
chore: Add label to run unit tests on multiple OSs (cloudflare#9671)
1 parent b43bf4f commit 9d778ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c3-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
e2e-vp:
88
# Note: please keep this job in sync with the e2e-only-dependabot-bumped-framework one
99
#  in .github/workflows/c3-e2e-dependabot.yml
10-
if: github.head_ref == 'changeset-release/main' || contains(github.event.*.labels.*.name, 'every-os' )
10+
if: github.head_ref == 'changeset-release/main' || (contains(github.event.*.labels.*.name, 'c3-e2e' ) && contains(github.event.*.labels.*.name, 'every-os' ))
1111
timeout-minutes: 45
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm.name }}-${{ matrix.pm.version }}

0 commit comments

Comments
 (0)