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 78e2f3a commit 84aa09cCopy full SHA for 84aa09c
.github/workflows/release.yml
@@ -7,6 +7,10 @@ on:
7
push:
8
tags: ["v*"]
9
10
+concurrency:
11
+ group: release-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
build_release:
16
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
.github/workflows/test.yml
@@ -9,6 +9,10 @@ on:
env:
HTMD_BUILD: true
+ group: test-${{ github.ref }}
17
test:
18
name: Test
0 commit comments