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 c5e3843 commit 79c1be0Copy full SHA for 79c1be0
.github/workflows/build-node.yml
@@ -28,6 +28,9 @@ concurrency:
28
29
jobs:
30
build-node:
31
+ concurrency:
32
+ group: "node-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
33
+ cancel-in-progress: true
34
permissions:
35
id-token: write
36
contents: write
.github/workflows/build-python.yml
@@ -28,6 +28,12 @@ concurrency:
build-python:
+ group: "python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
+ permissions:
+ id-token: write
+ contents: write
37
runs-on: ubuntu-20.04
38
steps:
39
# checkout specific source repository
0 commit comments