Skip to content

Commit 6b7319b

Browse files
wip
1 parent 1fbaf0f commit 6b7319b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ jobs:
2424
token: ${{ secrets.BOT_REPO_TOKEN }}
2525

2626
test-robot-check:
27-
needs: test-robot-label
27+
needs: build
28+
if: ${{ !cancelled() }}
2829
name: Job
2930
uses: ./.github/workflows/test-robot-check.yml
3031
with:
3132
label-test-robot-done: test-robot-done
3233
label-test-robot-needed: test-robot-needed
34+
secrets:
35+
token: ${{ secrets.BOT_REPO_TOKEN }}
3336

3437
all-green:
3538
needs: test-robot-check

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
with:
4343
label-test-robot-done: test-robot-done
4444
label-test-robot-needed: test-robot-needed
45+
secrets:
46+
token: ${{ secrets.BOT_REPO_TOKEN }}
4547

4648
all-green:
4749
needs: test-robot-check

0 commit comments

Comments
 (0)