File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ on: [status]
4
4
jobs :
5
5
circleci_artifacts_redirector_job :
6
6
runs-on : ubuntu-latest
7
- if : " ${{ github.event.context == 'ci/circleci: build-doc' }}"
8
7
permissions :
9
8
statuses : write
10
9
name : Run CircleCI artifacts redirector
11
10
steps :
12
11
- name : GitHub Action step
13
- uses : scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0 .0
12
+ uses : scientific-python/circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1 .0
14
13
with :
15
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
16
15
api-token : ${{ secrets.CIRCLE_TOKEN }}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10
31
31
32
32
_exitval=" $? "
33
33
34
- if [ $_exitval > 0 ]; then
34
+ if [[ $_exitval > 0 ] ]; then
35
35
exit $_exitval
36
36
fi
37
37
You can’t perform that action at this time.
0 commit comments