Skip to content

Commit

Permalink
Merge pull request containers#1472 from cgwalters/cancel-in-progress
Browse files Browse the repository at this point in the history
ci: Cancel in progress tests on updates
  • Loading branch information
cgwalters authored May 29, 2024
2 parents 700e2ed + 9533613 commit f1d0745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Artifact

on: [push, pull_request]

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

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

0 comments on commit f1d0745

Please sign in to comment.