Skip to content

Commit

Permalink
Merge pull request #502 from grische/ci/cancel-obsolete-pr-builds
Browse files Browse the repository at this point in the history
github: cancel obsolete in-progress workflows
  • Loading branch information
grische authored Oct 28, 2024
2 parents 993ea27 + 17e697e commit 42b99dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
- 'contrib/sign.sh'
- 'contrib/actions/update-modules.sh'

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true

jobs:
generate_target_matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42b99dc

Please sign in to comment.