Skip to content

Commit

Permalink
ci: add cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Oct 29, 2024
1 parent c353e15 commit ad05a3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: build-circuits

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

on:
release:
types: [published]
Expand Down

0 comments on commit ad05a3d

Please sign in to comment.