Skip to content

Commit f0b509c

Browse files
committed
partially revert refactor workflow names
1 parent 03bb7ff commit f0b509c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/re-build-boards.yml renamed to .github/workflows/build-boards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable | Build boards
1+
name: Build boards
22

33
on:
44
workflow_call:

.github/workflows/re-build-mpy-cross.yml renamed to .github/workflows/build-mpy-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable | Build mpy-cross
1+
name: Build mpy-cross
22

33
on:
44
workflow_call:

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888

8989
tests:
9090
needs: scheduler
91-
uses: ./.github/workflows/re-run-tests.yml
91+
uses: ./.github/workflows/run-tests.yml
9292
with:
9393
cp-version: ${{ needs.scheduler.outputs.cp-version }}
9494

9595
mpy-cross:
9696
needs: scheduler
9797
if: needs.scheduler.outputs.ports != '{}'
98-
uses: ./.github/workflows/re-build-mpy-cross.yml
98+
uses: ./.github/workflows/build-mpy-cross.yml
9999
secrets: inherit
100100
with:
101101
cp-version: ${{ needs.scheduler.outputs.cp-version }}
@@ -284,7 +284,7 @@ jobs:
284284
ports:
285285
needs: [scheduler, mpy-cross, tests]
286286
if: needs.scheduler.outputs.ports != '{}'
287-
uses: ./.github/workflows/re-build-boards.yml
287+
uses: ./.github/workflows/build-boards.yml
288288
secrets: inherit
289289
strategy:
290290
fail-fast: false

.github/workflows/re-run-tests.yml renamed to .github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable | Run tests
1+
name: Run tests
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)