We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35522a commit f1be768Copy full SHA for f1be768
.github/workflows/publish.yml
@@ -5,10 +5,6 @@ on:
5
tags:
6
- 'v*'
7
8
-
9
-concurrency:
10
- group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
11
- cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
12
jobs:
13
check:
14
uses: ./.github/workflows/check.yml
0 commit comments