Skip to content

Commit

Permalink
Allow skipping semver checks.
Browse files Browse the repository at this point in the history
We need this currently as semver check is broken and this makes it easier to unbrick the CI in the future.
  • Loading branch information
dmkozh committed Nov 5, 2024
1 parent bd0c80a commit 5ae155c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: stellar/actions/rust-check-git-rev-deps@main

semver-checks:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-semver-checks')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5ae155c

Please sign in to comment.