Skip to content

Commit

Permalink
ci: make release job wait for other jobs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 21, 2023
1 parent b26070d commit b171954
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs:
- pytest
- action
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -149,7 +152,7 @@ jobs:

- name: Create Release
id: action
uses: LizardByte/create-release-action@master
uses: LizardByte/create-release-action@master # keep this on master, to prevent endless depandabot PRs
with:
allowUpdates: false
artifacts: ''
Expand Down

0 comments on commit b171954

Please sign in to comment.