Skip to content

Commit

Permalink
live workflow removed
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Jan 24, 2024
1 parent e085d5a commit 3e992ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
release:
needs: [test, test-sqlalchemy-v1, check, integration-test-non-live, integration-test-live]
needs: [test, test-sqlalchemy-v1, check, integration-test-non-live]
if: startsWith(github.ref, 'refs/tags') && github.event_name != 'pull_request'
runs-on: ubuntu-latest

Expand Down

0 comments on commit 3e992ff

Please sign in to comment.