Skip to content

Commit

Permalink
ci: building ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nadobando committed Sep 17, 2023
1 parent 021af26 commit e3b456e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ jobs:
released: steps.build.outputs.released

release:
if: jobs.build.outputs.released == 'true'
concurrency: release
needs:
- pre-commit
- build
if: needs.build.outputs.released == 'true'
concurrency: release
runs-on: ubuntu-latest
steps:
- name: Download all the dists
Expand Down

0 comments on commit e3b456e

Please sign in to comment.