Skip to content

Commit 9402a95

Browse files
tobiasdiezMatthias Köppe
authored andcommitted
don't use always
1 parent ccbf463 commit 9402a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
SAGE_NUM_THREADS: 2
103103

104104
- name: Verify dependencies
105-
if: always()
105+
if: success() || failure()
106106
shell: bash -l {0}
107107
run: pip check
108108

109109
- name: Test
110-
if: always()
110+
if: success() || failure()
111111
shell: bash -l {0}
112112
run: ./sage -t --all -p0
113113

0 commit comments

Comments
 (0)