chore(ci): only run semver checks if not labeled 'breaking'

This commit is contained in:
Greg Johnston
2024-06-21 06:42:24 -04:00
parent 3c9c5aaf83
commit 7034375cdd

View File

@@ -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-07-21)
runs-on: ubuntu-latest