Skip to content

Commit 379cc3e

Browse files
wip
1 parent d825e04 commit 379cc3e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull-request-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
label-test-robot-needed: test-robot-needed
3232

3333
ensure-ci-success:
34+
needs: test-robot-check
35+
if: needs.test-robot-check.result != 'skipped'
3436
runs-on: ubuntu-latest
3537
steps:
3638
- name: Run Ensure CI Success

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
label-test-robot-needed: test-robot-needed
3333

3434
ensure-ci-success:
35+
needs: test-robot-check
3536
runs-on: ubuntu-latest
3637
steps:
3738
- name: Run Ensure CI Success

0 commit comments

Comments
 (0)