We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d825e04 commit 379cc3eCopy full SHA for 379cc3e
2 files changed
.github/workflows/pull-request-label.yml
@@ -31,6 +31,8 @@ jobs:
31
label-test-robot-needed: test-robot-needed
32
33
ensure-ci-success:
34
+ needs: test-robot-check
35
+ if: needs.test-robot-check.result != 'skipped'
36
runs-on: ubuntu-latest
37
steps:
38
- name: Run Ensure CI Success
.github/workflows/pull-request.yml
@@ -32,6 +32,7 @@ jobs:
0 commit comments