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 f01966a commit 78e2f9bCopy full SHA for 78e2f9b
.github/workflows/ci.yaml
@@ -6,6 +6,10 @@ on:
6
- main
7
pull_request:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
12
+
13
env:
14
CARGO_TERM_COLOR: 'always'
15
RUST_BACKTRACE: '1'
.github/workflows/sanitizers.yaml
0 commit comments