workflows/eval: fix missing dependency of tag job

Introduced in #406266.
This commit is contained in:
Wolfgang Walther
2025-05-13 08:30:18 +02:00
parent afc3b33403
commit 68bcd5e6f2
+1 -1
View File
@@ -166,7 +166,7 @@ jobs:
tag:
name: Tag
runs-on: ubuntu-24.04-arm
needs: [ process ]
needs: [ get-merge-commit, process ]
if: needs.process.outputs.targetRunId
permissions:
pull-requests: write