Skip to content

Commit

Permalink
try commenting out if in release!
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Oct 29, 2024
1 parent 2387edf commit 3e51b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

release:
needs: [check]
if: "success() && startsWith(github.ref, 'refs/tags/')"
# if: "success() && startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-latest
environment: release

Expand Down

0 comments on commit 3e51b32

Please sign in to comment.