Skip to content

Commit

Permalink
configure cancel-in-progress for new foreman workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Nov 24, 2023
1 parent 1cfbb45 commit 9f8202b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:
DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL: true
BUNDLE_WITHOUT: "console:development:journald"

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

jobs:
setup_matrix:
name: Setup matrix
Expand Down

0 comments on commit 9f8202b

Please sign in to comment.