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 8d0cb80 commit e42ff91Copy full SHA for e42ff91
.github/workflows/dep_fuzzing.yml
@@ -13,6 +13,11 @@ on:
13
type: string
14
default: "false"
15
16
+# Cancels old running job if a new one is triggered (e.g. by a push onto the same branch)
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.ref }}
19
+ cancel-in-progress: true
20
+
21
permissions:
22
id-token: write
23
contents: read
.github/workflows/dep_rust.yml
@@ -12,6 +12,11 @@ on:
12
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: FULL
0 commit comments