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 9efaa5b commit deb1a9dCopy full SHA for deb1a9d
.github/workflows/ci.yml
@@ -10,6 +10,11 @@ env:
10
RUSTFLAGS: "-Dwarnings"
11
RUSTDOCFLAGS: "-Dwarnings"
12
13
+# Cancels CI jobs when new commits are pushed to a PR branch
14
+concurrency:
15
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
16
+ cancel-in-progress: true
17
+
18
jobs:
19
build:
20
runs-on: ubuntu-latest
.github/workflows/workspace.yml
@@ -9,6 +9,11 @@ on:
9
paths-ignore:
- README.md
clippy:
0 commit comments