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 5073edf commit ea8bab8Copy full SHA for ea8bab8
.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