Skip to content

Commit

Permalink
Remove push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 11, 2024
1 parent 803d9fe commit 4238121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/humble-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ on:
pull_request:
branches:
- humble
push:
branches:
- humble

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

jobs:
build-downstream:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/rolling-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

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

jobs:
build-downstream:
Expand Down

0 comments on commit 4238121

Please sign in to comment.