refactor workflow names
This commit is contained in:
parent
055c9bfb40
commit
d35297ceae
|
@ -88,14 +88,14 @@ jobs:
|
|||
|
||||
tests:
|
||||
needs: scheduler
|
||||
uses: ./.github/workflows/run-tests.yml
|
||||
uses: ./.github/workflows/re-run-tests.yml
|
||||
with:
|
||||
cp-version: ${{ needs.scheduler.outputs.cp-version }}
|
||||
|
||||
mpy-cross:
|
||||
needs: scheduler
|
||||
if: needs.scheduler.outputs.boards != '{}'
|
||||
uses: ./.github/workflows/build-mpy-cross.yml
|
||||
uses: ./.github/workflows/re-build-mpy-cross.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
cp-version: ${{ needs.scheduler.outputs.cp-version }}
|
||||
|
@ -284,7 +284,7 @@ jobs:
|
|||
boards:
|
||||
needs: [scheduler, mpy-cross, tests]
|
||||
if: needs.scheduler.outputs.boards != '{}'
|
||||
uses: ./.github/workflows/build-boards.yml
|
||||
uses: ./.github/workflows/re-build-boards.yml
|
||||
secrets: inherit
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Build boards
|
||||
name: Reusable | Build boards
|
||||
|
||||
on:
|
||||
workflow_call:
|
|
@ -1,4 +1,4 @@
|
|||
name: Build mpy-cross
|
||||
name: Reusable | Build mpy-cross
|
||||
|
||||
on:
|
||||
workflow_call:
|
|
@ -1,4 +1,4 @@
|
|||
name: Run tests
|
||||
name: Reusable | Run tests
|
||||
|
||||
on:
|
||||
workflow_call:
|
Loading…
Reference in New Issue