Skip to content

Commit

Permalink
Revert "ci: also run release compile on pull requests"
Browse files Browse the repository at this point in the history
Wasn't able to be used as a check on the PR so no point.

This reverts commit 6967c92.
  • Loading branch information
c-git committed Dec 23, 2024
1 parent f6f15e1 commit 3c2ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release_compile:
name: ReleaseCompile
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && (github.ref == 'refs/heads/main' || github.event_name == 'pull_request')}}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' }}
steps:
- uses: wykies/checkout@main
- uses: wykies/setup-rust-toolchain@main
Expand Down

0 comments on commit 3c2ef7c

Please sign in to comment.