We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbaf0f commit 6b7319bCopy full SHA for 6b7319b
2 files changed
.github/workflows/pull-request-label.yml
@@ -24,12 +24,15 @@ jobs:
24
token: ${{ secrets.BOT_REPO_TOKEN }}
25
26
test-robot-check:
27
- needs: test-robot-label
+ needs: build
28
+ if: ${{ !cancelled() }}
29
name: Job
30
uses: ./.github/workflows/test-robot-check.yml
31
with:
32
label-test-robot-done: test-robot-done
33
label-test-robot-needed: test-robot-needed
34
+ secrets:
35
+ token: ${{ secrets.BOT_REPO_TOKEN }}
36
37
all-green:
38
needs: test-robot-check
.github/workflows/pull-request.yml
@@ -42,6 +42,8 @@ jobs:
42
43
44
45
46
47
48
49
0 commit comments