Skip to content

Commit

Permalink
Merge pull request #503 from freifunkMUC/backport-502-to-next
Browse files Browse the repository at this point in the history
[Backport next] github: cancel obsolete in-progress workflows
  • Loading branch information
grische authored Oct 29, 2024
2 parents e65141e + 521f29a commit 56c5e31
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 @@ -14,6 +14,10 @@ on:
- '.github/workflows/backport.yml'
- 'contrib/sign.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 56c5e31

Please sign in to comment.