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 d24f6ad commit 48541eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push_on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ jobs:
if: ${{ !failure() && !cancelled() && startsWith(github.ref, 'refs/tags/') }}
needs:
- build-debs
- build-and-publish-sdist
runs-on: ubuntu-latest
steps:
- name: Download all workflow run artifacts
Expand Down

0 comments on commit 48541eb

Please sign in to comment.