Skip to content

Commit b76e708

Browse files
committed
Fix continue condition
1 parent 4488135 commit b76e708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-checks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ jobs:
8282

8383
- name: Run typing validation
8484
run: ci/code_checks.sh typing
85+
if: ${{ steps.build.outcome == 'success' }}
8586

8687
- name: Run docstring validation script tests
8788
run: pytest scripts
89+
if: ${{ steps.build.outcome == 'success' }}
8890

8991
asv-benchmarks:
9092
name: ASV Benchmarks

0 commit comments

Comments
 (0)