Skip to content

Commit 7cc7c5f

Browse files
committed
build: add missing condition
1 parent f05a074 commit 7cc7c5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/label_commands.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
# Define a display name:
115115
name: 'Update copyright header years'
116116

117+
# Ensure initial reaction job has completed before running this job:
118+
needs: [ manage_labels ]
119+
117120
# Define the conditions under which the job should run:
118121
if: |
119122
github.event.label.name == 'bot: Update Copyright Years'

0 commit comments

Comments
 (0)