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 0d8d4f1 commit eea3744Copy full SHA for eea3744
.github/workflows/release.yml
@@ -9,6 +9,10 @@ on:
9
release:
10
types: [published]
11
12
+concurrency:
13
+ group: ${{format('release-{0}:{1}', github.repository, github.ref)}}
14
+ cancel-in-progress: true
15
+
16
env:
17
BOOST_VERSION: 1.75.0 # Use a recent one to benefit from bugfixes and performance improvements
18
.github/workflows/unit-tests.yml
@@ -8,6 +8,10 @@ on:
8
push:
pull_request:
+ group: ${{format('tests-{0}:{1}', github.repository, github.ref)}}
BOOST_VERSION: 1.69.0
0 commit comments