Skip to content

Commit

Permalink
Fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Aug 30, 2024
1 parent fa7572d commit 1b7b77c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,16 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [build, lint, test, integration-test, client-python, bot-discord, bot-reddit, bot-telegram]
needs:
- build
- lint
- test
- integration-test
- client-python
- client-typescript
- bot-discord
- bot-reddit
- bot-telegram
if: needs.build.outputs.should-release == 'true'
concurrency: release
permissions:
Expand Down

0 comments on commit 1b7b77c

Please sign in to comment.