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 0ad54e8 commit 15ba8acCopy full SHA for 15ba8ac
.github/workflows/ci.yml
@@ -14,6 +14,10 @@ on:
14
- "node-hub/**"
15
workflow_dispatch:
16
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.ref }}
19
+ cancel-in-progress: true
20
+
21
env:
22
RUST_LOG: DEBUG
23
.github/workflows/node-hub-ci-cd.yml
@@ -16,6 +16,10 @@ on:
release:
types: [published]
jobs:
24
find-jobs:
25
runs-on: ubuntu-24.04
.github/workflows/pip-release.yml
@@ -27,6 +27,10 @@ on:
27
- "binaries/cli/**"
28
- "Cargo.toml"
29
30
31
32
+ cancel-in-progress: ${{ github.event_name != 'release' }}
33
34
permissions:
35
contents: write
36
0 commit comments