Skip to content

Commit

Permalink
fix: "GH actions" concurrency without cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 8, 2023
1 parent 1b221e1 commit 3969d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-publish-new-version.yaml
Expand Up @@ -5,7 +5,6 @@ permissions:

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

on:
push:
Expand Down

0 comments on commit 3969d55

Please sign in to comment.