Skip to content

Commit e761161

Browse files
wip
1 parent 3e9568d commit e761161

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pull-request-label.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323

2424
test-robot-check:
2525
needs: test-robot-label
26-
if: always() && needs.test-robot-label.result != 'failure'
2726
name: Job
2827
uses: ./.github/workflows/test-robot-check.yml
2928
with:

.github/workflows/pull-request.yml

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

2525
build:
2626
needs: test-robot-unlabel
27-
if: always() && needs.test-robot-unlabel.result != 'failure'
27+
if: >
28+
always() &&
29+
needs.test-robot-unlabel.result != 'failure' &&
30+
needs.test-robot-unlabel.result != 'cancelled'
2831
name: Job
2932
uses: ./.github/workflows/build.yml
3033

0 commit comments

Comments
 (0)