Skip to content

Commit 25c859c

Browse files
wip
1 parent 4da764b commit 25c859c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

File renamed without changes.

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
label-test-robot-done: test-robot-done
2323
label-test-robot-needed: test-robot-needed
2424

25-
test-robot-check-labels:
25+
test-robot-check:
2626
needs: test-robot-unlabel
2727
if: always() && needs.test-robot-unlabel.result != 'failure'
2828
name: Job
29-
uses: ./.github/workflows/test-robot-check-labels.yaml
29+
uses: ./.github/workflows/test-robot-check.yaml
3030
with:
3131
label-test-robot-done: test-robot-done
3232
label-test-robot-needed: test-robot-needed

.github/workflows/test-robot-check-labels.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Robot Test Check Labels
1+
name: Robot Test Check
22

33
on:
44
workflow_call:
@@ -20,13 +20,13 @@ permissions:
2020

2121
jobs:
2222
test-robot-check-labels:
23-
name: Robot Test Check Labels
23+
name: Robot Test Check
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- name: Check Robot Test Labels
29-
uses: ./.github/actions/test-check-labels
28+
- name: Robot Test Check
29+
uses: ./.github/actions/test-robot-check
3030
with:
3131
label-test-robot-done: ${{ inputs.label-test-robot-done }}
3232
label-test-robot-needed: ${{ inputs.label-test-robot-needed }}

0 commit comments

Comments
 (0)