We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ecde6 commit 5e6633aCopy full SHA for 5e6633a
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
tags:
7
- "v[0-9]+.[0-9]+.[0-9]+"
8
concurrency:
9
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}
10
cancel-in-progress: true
11
jobs:
12
main:
0 commit comments