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