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 d70ca58 + ea8bab8 commit 59b3ee7Copy full SHA for 59b3ee7
.github/workflows/rust.yaml
@@ -7,6 +7,11 @@ on:
7
branches: [main]
8
env:
9
RUST_BACKTRACE: 1
10
+
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
13
+ cancel-in-progress: true
14
15
jobs:
16
test:
17
name: Test ${{ matrix.target }}
0 commit comments