Skip to content

Commit

Permalink
ci: add concurrency lock
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 1, 2024
1 parent 6755243 commit 3c3ff11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "CI"

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

env:
FOUNDRY_PROFILE: "ci"

Expand Down

0 comments on commit 3c3ff11

Please sign in to comment.