Skip to content

Commit 6f7ecd4

Browse files
committed
build: apply Git notes in relevant workflows
1 parent 1a68e78 commit 6f7ecd4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/standalone_publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
lfs: false
9292
timeout-minutes: 10
9393

94+
# Apply Git notes:
95+
- name: 'Apply Git notes'
96+
run: |
97+
make apply-git-notes
98+
9499
# Install Node.js:
95100
- name: 'Install Node.js'
96101
# Pin action to full length commit SHA

.github/workflows/standalone_publish_custom.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ jobs:
9898
lfs: false
9999
timeout-minutes: 10
100100

101+
# Apply Git notes:
102+
- name: 'Apply Git notes'
103+
run: |
104+
make apply-git-notes
105+
timeout-minutes: 5
106+
101107
# Install Node.js:
102108
- name: 'Install Node.js'
103109
# Pin action to full length commit SHA

.github/workflows/standalone_push_changes.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
lfs: false
6767
timeout-minutes: 10
6868

69+
# Apply Git notes:
70+
- name: 'Apply Git notes'
71+
run: |
72+
make apply-git-notes
73+
6974
# Install Node.js:
7075
- name: 'Install Node.js'
7176
# Pin action to full length commit SHA

0 commit comments

Comments
 (0)