Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent dafa553 commit ac5ca87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ jobs:
workflow: gh_pages.yaml # takes no inputs

conda_trigger:
if: ${{ inputs.conda }}
needs: [build, test, publish]
if: ${{ inputs.conda && !cancelled() && !contains(needs.*.result, 'failure') }}
runs-on: ${{ inputs.runner }}

steps:
Expand All @@ -255,7 +255,7 @@ jobs:
cleanup:
needs: [build, test, publish, conda_trigger]
if: always()
if: ${{ !cancelled() }}
runs-on: ${{ inputs.runner }}

steps:
Expand Down

0 comments on commit ac5ca87

Please sign in to comment.