Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jul 28, 2023
1 parent fb10482 commit 56e58f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
validation-succeeded:
runs-on: ubuntu-latest
needs: parse-issue
if: always() && (needs.parse-issue.outputs.result == 'success' && needs.parse-issue.outputs.validation_output != '')
if: always() && (needs.parse-issue.outputs.result == 'success')
steps:
- uses: actions/checkout@v3.3.0

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
needs: parse-issue
if: |
always() &&
(needs.parse-issue.outputs.result == 'failure' || needs.parse-issue.outputs.validation_output == '')
(needs.parse-issue.outputs.result == 'failure')
steps:
- uses: actions/checkout@v3.3.0

Expand Down

0 comments on commit 56e58f2

Please sign in to comment.