Skip to content

Commit

Permalink
feat: false
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi committed Sep 9, 2024
1 parent 55896a7 commit 63689d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
command: clippy

release:
if: base_ref == 'main'
# if: base_ref == 'main'
if: false
needs: [cargo-deny, check, fmt, test, clippy, audit]
runs-on: ubuntu-24.04
environment: "release"
Expand Down

0 comments on commit 63689d2

Please sign in to comment.