Skip to content

Commit

Permalink
🥷 remove requirement for release (#608)
Browse files Browse the repository at this point in the history
ci: remove requirement for release
(cherry picked from commit f09f1fa)
  • Loading branch information
doctrino committed Jun 4, 2024
1 parent 5f66b97 commit 2126890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: CD
needs: [lint, test, build]
# This causes issues when CDF is down.
#needs: [lint, test, build]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 2126890

Please sign in to comment.