Skip to content

Commit

Permalink
ci: stop outdated builds automatically
Browse files Browse the repository at this point in the history
Using the concurrency definition.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Feb 15, 2025
1 parent 5066dbd commit 3770090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test podman-compose.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test Pull Request

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down

0 comments on commit 3770090

Please sign in to comment.