Skip to content

Commit 99632b8

Browse files
wip
1 parent 3f40384 commit 99632b8

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: ${{ success() || needs.test-robot-unlabel.result == 'skipped' }}
2828
name: Job
2929
uses: ./.github/workflows/build.yml
3030

0 commit comments

Comments
 (0)