Unverified Commit 68bcd5e6 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/eval: fix missing dependency of tag job

Introduced in #406266.
parent afc3b334
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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