Skip to content

Commit 4ad15d1

Browse files
authored
remove explicit success check for notebook runs
1 parent f9040c0 commit 4ad15d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142

143143
Notebooks:
144144
runs-on: ubuntu-latest
145-
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
146145
needs: [Linting, Typing, Pytests]
147146
strategy:
148147
matrix:

0 commit comments

Comments
 (0)