Ensure following steps are skipped if any one fails
This commit is contained in:
parent
31b9182b53
commit
4d0ef519d0
@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
check_version_and_tag:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: true # Terminate the job immediately if any step fails
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
2
.github/workflows/publish-to-pypi.yml
vendored
2
.github/workflows/publish-to-pypi.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish to PyPI
|
||||
strategy:
|
||||
fail-fast: true # Terminate the job immediately if any step fails
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
Loading…
Reference in New Issue
Block a user