Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 9, 2024
1 parent 78a169a commit a9ece05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ jobs:
Tag:
permissions:
contents: write
needs: Upload
needs:
- CodeQualityAnalysis-Test
- Upload
# Aftermath of if-conditional of Upload job
if: always() && needs.Upload.result == 'success'
runs-on: windows-2019
Expand Down

0 comments on commit a9ece05

Please sign in to comment.