Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix: dont run forc-index job on master (#594)
Browse files Browse the repository at this point in the history
Co-authored-by: Rashad Alston <[email protected]>
  • Loading branch information
ra0x3 and Rashad Alston authored Feb 17, 2023
1 parent a552fde commit 74392af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ jobs:
run: kill -9 $(lsof -ti:4000)

check-is-release-branch:
if: github.event_name != 'release' && github.event.action != 'published'
# if: github.event_name != 'release' && github.event.action != 'published' && github.ref != 'refs/heads/master'
if: false
needs:
- cancel-previous-runs
- cargo-toml-fmt-check
Expand Down

0 comments on commit 74392af

Please sign in to comment.