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.
2 parents 3b0218e + d7708e3 commit 1b92917Copy full SHA for 1b92917
1 file changed
.github/workflows/release.yaml
@@ -15,6 +15,10 @@ on:
15
permissions:
16
contents: write
17
18
+concurrency:
19
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
20
+ cancel-in-progress: false
21
+
22
jobs:
23
notify-start:
24
runs-on: ubuntu-latest
@@ -35,6 +39,7 @@ jobs:
35
39
- name: Checkout
36
40
uses: actions/checkout@v7
37
41
with:
42
+ ref: ${{ github.sha }} # immutable; build-and-tag moves the tag later
38
43
fetch-depth: 0
44
45
- name: Setup Node.js
0 commit comments