We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f40384 commit 99632b8Copy full SHA for 99632b8
1 file changed
.github/workflows/pull-request.yml
@@ -24,7 +24,7 @@ jobs:
24
25
build:
26
needs: test-robot-unlabel
27
- if: ${{ success() || needs.test-robot-unlabel.result != 'skipped' }}
+ if: ${{ success() || needs.test-robot-unlabel.result == 'skipped' }}
28
name: Job
29
uses: ./.github/workflows/build.yml
30
0 commit comments