Skip to content

Commit 4419e46

Browse files
committed
don't run extra os / prerelease after fails
1 parent 6415374 commit 4419e46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project_name/.github/workflows/ci.yml.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
run: uv run pytest
9393

9494
test-system:
95-
if: {% raw %}${{ always() }}{% endraw %}
9695
runs-on: {% raw %}${{ matrix.os }}{% endraw %}
9796
strategy:
9897
matrix:
@@ -120,7 +119,6 @@ jobs:
120119
run: uv run pytest
121120

122121
test-prerelease:
123-
if: {% raw %}${{ always() }}{% endraw %}
124122
runs-on: ubuntu-latest
125123
strategy:
126124
matrix:

0 commit comments

Comments
 (0)