partially revert refactor workflow names

This commit is contained in:
MicroDev 2023-03-08 00:49:03 +05:30
parent 03bb7ff652
commit f0b509cd0d
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Reusable | Build boards
name: Build boards
on:
workflow_call:

View File

@ -1,4 +1,4 @@
name: Reusable | Build mpy-cross
name: Build mpy-cross
on:
workflow_call:

View File

@ -88,14 +88,14 @@ jobs:
tests:
needs: scheduler
uses: ./.github/workflows/re-run-tests.yml
uses: ./.github/workflows/run-tests.yml
with:
cp-version: ${{ needs.scheduler.outputs.cp-version }}
mpy-cross:
needs: scheduler
if: needs.scheduler.outputs.ports != '{}'
uses: ./.github/workflows/re-build-mpy-cross.yml
uses: ./.github/workflows/build-mpy-cross.yml
secrets: inherit
with:
cp-version: ${{ needs.scheduler.outputs.cp-version }}
@ -284,7 +284,7 @@ jobs:
ports:
needs: [scheduler, mpy-cross, tests]
if: needs.scheduler.outputs.ports != '{}'
uses: ./.github/workflows/re-build-boards.yml
uses: ./.github/workflows/build-boards.yml
secrets: inherit
strategy:
fail-fast: false

View File

@ -1,4 +1,4 @@
name: Reusable | Run tests
name: Run tests
on:
workflow_call: