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
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

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