Skip to content

Commit 89fff14

Browse files
wip
1 parent 99632b8 commit 89fff14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
build:
2626
needs: test-robot-unlabel
27-
if: ${{ success() || needs.test-robot-unlabel.result == 'skipped' }}
27+
if: ${{ !failure() && !cancelled() && needs.test-robot-unlabel.result != 'failure' }}
2828
name: Job
2929
uses: ./.github/workflows/build.yml
3030

0 commit comments

Comments
 (0)