Skip to content

Commit

Permalink
ci: fix-concurrency (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Dec 8, 2022
1 parent 8821bc7 commit 000486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci

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

on:
Expand Down

0 comments on commit 000486e

Please sign in to comment.