Skip to content

Commit

Permalink
CI: Add concurrency conf on spread test to stop ASAP previous ones
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mars <[email protected]>
  • Loading branch information
upils committed Jul 22, 2024
1 parent 7aeed04 commit 048bf3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spread-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Run a spread test of the generated snap

on: [pull_request]

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
snap-builds:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 048bf3d

Please sign in to comment.