Skip to content

Commit

Permalink
second attempt to fix the upstream-dev CI (pydata#5355)
Browse files Browse the repository at this point in the history
* add back the "always" to the report job

* [skip-ci]

* use `failure` instead of `always` [skip-ci]
  • Loading branch information
keewis authored May 20, 2021
1 parent f58e76c commit 9f568ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
name: report
needs: upstream-dev
if: |
github.event_name == 'schedule'
failure()
&& github.event_name == 'schedule'
&& needs.upstream-dev.outputs.artifacts_availability == 'true'
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 9f568ad

Please sign in to comment.