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 0f7b9b3 commit ee7bbe0Copy full SHA for ee7bbe0
.github/workflows/build-node-python.yml
@@ -52,14 +52,13 @@ permissions:
52
contents: read
53
id-token: write
54
55
-concurrency:
56
- group: "${{ github.workflow }}-${{ github.ref || github.head_ref }}"
57
- cancel-in-progress: true
58
-
59
jobs:
60
build-node:
61
name: Node
62
if: ${{ !inputs.cypress_enable || (!inputs.cypress_run_because_flag && inputs.cypress_run_because_branch != 'true') }}
+ concurrency:
+ group: "${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
+ cancel-in-progress: true
63
permissions:
64
65
contents: write
0 commit comments