Ensure following steps are skipped if any one fails

This commit is contained in:
Dominik Moritz Roth 2024-02-10 11:07:02 +01:00
parent 31b9182b53
commit 4d0ef519d0
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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