partially revert refactor workflow names
This commit is contained in:
parent
03bb7ff652
commit
f0b509cd0d
@ -1,4 +1,4 @@
|
||||
name: Reusable | Build boards
|
||||
name: Build boards
|
||||
|
||||
on:
|
||||
workflow_call:
|
@ -1,4 +1,4 @@
|
||||
name: Reusable | Build mpy-cross
|
||||
name: Build mpy-cross
|
||||
|
||||
on:
|
||||
workflow_call:
|
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Reusable | Run tests
|
||||
name: Run tests
|
||||
|
||||
on:
|
||||
workflow_call:
|
Loading…
Reference in New Issue
Block a user