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.
2 parents 46fb6e4 + 0194607 commit b1bd05eCopy full SHA for b1bd05e
.github/workflows/build.yml
@@ -10,6 +10,10 @@ on:
10
- testnet
11
- acceptance-test-pass
12
13
+concurrency:
14
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15
+ cancel-in-progress: true
16
+
17
jobs:
18
19
complete:
.github/workflows/clang-19-static-analysis.yml
clang-19-compile:
runs-on: ubuntu-latest-16-cores
0 commit comments