Skip to content

Commit

Permalink
ci: Adjustment to pre-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Mar 4, 2024
1 parent d4b0f53 commit d72e84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/threatcl-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
build-macos:
permissions:
contents: write
needs: cleanup
needs: build-dev-linux
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -85,7 +85,7 @@ jobs:

pre-build-and-push-image:
runs-on: ubuntu-latest
needs: [pre-release]
needs: [build-macos]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit d72e84c

Please sign in to comment.