Skip to content

Commit

Permalink
ci: fix workflow file dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Dec 27, 2023
1 parent 653ae2e commit d24f6ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push_on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ jobs:
name: "Attach assets to release"
if: ${{ !failure() && !cancelled() && startsWith(github.ref, 'refs/tags/') }}
needs:
- frontend
- backend
- build-debs
- build-and-publish-sdist
runs-on: ubuntu-latest
Expand Down

0 comments on commit d24f6ad

Please sign in to comment.