Skip to content

Commit

Permalink
Update flawfinder.yml to cancel old runs
Browse files Browse the repository at this point in the history
Signed-off-by: Torsten Marco Knodt <[email protected]>
  • Loading branch information
torsknod2 authored Jan 9, 2025
1 parent 97bb525 commit fbfdc2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flawfinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
branches:
- '*'

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

jobs:
flawfinder:
name: Flawfinder
Expand Down

0 comments on commit fbfdc2e

Please sign in to comment.