Skip to content

Commit 338facc

Browse files
wip
1 parent e761161 commit 338facc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pull-request.yml

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

2525
build:
2626
needs: test-robot-unlabel
27-
if: >
28-
always() &&
29-
needs.test-robot-unlabel.result != 'failure' &&
30-
needs.test-robot-unlabel.result != 'cancelled'
27+
if: ${{ !cancelled() && !failure() }}
3128
name: Job
3229
uses: ./.github/workflows/build.yml
3330

0 commit comments

Comments
 (0)