Skip to content

Commit

Permalink
Allow skipping semver checks. (#1485)
Browse files Browse the repository at this point in the history
### What

Allow skipping semver checks.

### Why

We need this currently as semver check is broken and this makes it
easier to unbrick the CI in the future.

### Known limitations

N/A
  • Loading branch information
dmkozh authored Nov 5, 2024
1 parent bd0c80a commit 08c8deb
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 08c8deb

Please sign in to comment.