Skip to content

Commit

Permalink
Allow force release
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaculum authored Oct 22, 2024
1 parent e8c4e4a commit 6a86465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
# needs: [test] # Allow forced releases, since the plugin testing env is broken
runs-on: ubuntu-latest
if: contains(github.ref, 'tags')
steps:
Expand Down

0 comments on commit 6a86465

Please sign in to comment.