Skip to content

Commit 67b6ca0

Browse files
Rename GitHub CI var
1 parent 1504bf1 commit 67b6ca0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
os: macos-14
2626

2727
# Exclude windows and macos from being built on feature branches
28-
on-main-branch:
28+
run-all:
2929
- ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') }}
3030
exclude:
31-
- on-main-branch: false
31+
- run-all: false
3232
runner:
3333
name: Windows
34-
- on-main-branch: false
34+
- run-all: false
3535
runner:
3636
name: macOS
3737

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- workers
3434

3535
# Exclude windows and macos from being built on feature branches
36-
on-main-branch:
36+
run-all:
3737
- ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') }}
3838
exclude:
39-
- on-main-branch: false
39+
- run-all: false
4040
runner:
4141
name: Windows
42-
- on-main-branch: false
42+
- run-all: false
4343
runner:
4444
name: macOS
4545

0 commit comments

Comments
 (0)