mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore(ci): only run semver checks if not labeled 'breaking'
This commit is contained in:
parent
abfff8f98d
commit
b20542e22d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-semver.yml
vendored
2
.github/workflows/ci-semver.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
test:
|
||||
needs: [get-leptos-changed]
|
||||
if: needs.get-leptos-changed.outputs.leptos_changed == 'true'
|
||||
if: needs.get-leptos-changed.outputs.leptos_changed == 'true' && github.event.pull_request.labels[0].name != 'breaking'
|
||||
name: Run semver check (nightly-2024-04-14)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue