Skip to content

Commit 1fa9f50

Browse files
wip
1 parent 25c859c commit 1fa9f50

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
test-robot-label:
1717
if: github.event.label.name == 'test-robot-done'
1818
name: Job
19-
uses: ./.github/workflows/test-robot-label.yaml
19+
uses: ./.github/workflows/test-robot-label.yml
2020
with:
2121
label-test-robot-done: test-robot-done

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test-robot-unlabel:
1818
if: github.event.action == 'synchronize'
1919
name: Job
20-
uses: ./.github/workflows/test-robot-unlabel.yaml
20+
uses: ./.github/workflows/test-robot-unlabel.yml
2121
with:
2222
label-test-robot-done: test-robot-done
2323
label-test-robot-needed: test-robot-needed
@@ -26,7 +26,7 @@ jobs:
2626
needs: test-robot-unlabel
2727
if: always() && needs.test-robot-unlabel.result != 'failure'
2828
name: Job
29-
uses: ./.github/workflows/test-robot-check.yaml
29+
uses: ./.github/workflows/test-robot-check.yml
3030
with:
3131
label-test-robot-done: test-robot-done
3232
label-test-robot-needed: test-robot-needed
@@ -35,4 +35,4 @@ jobs:
3535
# needs: test-robot-unlabel
3636
# if: always() && needs.test-robot-unlabel.result != 'failure'
3737
# name: Job
38-
# uses: ./.github/workflows/build.yaml
38+
# uses: ./.github/workflows/build.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
build:
2121
name: Job
22-
uses: ./.github/workflows/build.yaml
22+
uses: ./.github/workflows/build.yml
2323

2424
promote:
2525
name: Job
File renamed without changes.

0 commit comments

Comments
 (0)