We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349f3da commit 46bd16fCopy full SHA for 46bd16f
1 file changed
.github/workflows/update-gql-data.yml
@@ -6,6 +6,9 @@ on:
6
jobs:
7
update-gql-data:
8
runs-on: ubuntu-22.04
9
+ concurrency:
10
+ group: serial
11
+ cancel-in-progress: false
12
permissions:
13
contents: 'read'
14
id-token: 'write'
@@ -22,7 +25,7 @@ jobs:
22
25
- name: 'Make snapshot'
23
26
run: |
24
27
gcloud compute snapshots create gql-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT} \
- --labels=trigger=gql-data-update,next-head-ref=${GITHUB_HEAD_REF} \
28
+ --labels=trigger=gql-data-update,next-head-ref=${GITHUB_SHA} \
29
--snapshot-type=ARCHIVE \
30
--source-disk=graphql5 \
31
--source-disk-zone=us-east1-b \
0 commit comments