We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae6fb4 commit de6cd99Copy full SHA for de6cd99
1 file changed
.github/workflows/pull-request.yml
@@ -24,5 +24,6 @@ jobs:
24
25
build:
26
needs: test-robot-unlabel
27
+ if: always() && needs.test-robot-unlabel.result != 'failure'
28
name: Job
29
uses: ./.github/workflows/build.yaml
0 commit comments