Skip to content

Commit 68bcd5e

Browse files
workflows/eval: fix missing dependency of tag job
Introduced in #406266.
1 parent afc3b33 commit 68bcd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
tag:
167167
name: Tag
168168
runs-on: ubuntu-24.04-arm
169-
needs: [ process ]
169+
needs: [ get-merge-commit, process ]
170170
if: needs.process.outputs.targetRunId
171171
permissions:
172172
pull-requests: write

0 commit comments

Comments
 (0)