We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8112d8 commit b94d324Copy full SHA for b94d324
1 file changed
.github/workflows/go.yml
@@ -26,6 +26,10 @@ on:
26
- "go.*"
27
- ".github/workflows/go.yml"
28
29
+concurrency:
30
+ group: ${{ github.workflow }}-${{ github.ref }}
31
+ cancel-in-progress: true
32
+
33
jobs:
34
repoman:
35
runs-on: ubuntu-latest
0 commit comments