Skip to content

Commit

Permalink
Don't run the release CI step for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Nov 6, 2024
1 parent a3e0b8c commit 4784183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
CommitDate: ${{env.CommitDate}}

release:
if: github.event_name != 'pull_request'
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4784183

Please sign in to comment.