Skip to content

Commit 4238121

Browse files
Remove push trigger
1 parent 803d9fe commit 4238121

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/humble-semi-binary-downstream-build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ on:
77
pull_request:
88
branches:
99
- humble
10-
push:
11-
branches:
12-
- humble
1310

1411
concurrency:
15-
# cancel previous runs of the same workflow, except for pushes on humble branch
1612
group: ${{ github.workflow }}-${{ github.ref }}
17-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
13+
cancel-in-progress: true
1814

1915
jobs:
2016
build-downstream:

.github/workflows/rolling-semi-binary-downstream-build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ on:
77
pull_request:
88
branches:
99
- master
10-
push:
11-
branches:
12-
- master
1310

1411
concurrency:
15-
# cancel previous runs of the same workflow, except for pushes on master branch
1612
group: ${{ github.workflow }}-${{ github.ref }}
17-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
13+
cancel-in-progress: true
1814

1915
jobs:
2016
build-downstream:

0 commit comments

Comments
 (0)