set PULL in proper workflow file
This commit is contained in:
parent
635bc4b2b0
commit
ae4e79224e
1
.github/workflows/build-boards.yml
vendored
1
.github/workflows/build-boards.yml
vendored
@ -72,6 +72,7 @@ jobs:
|
|||||||
working-directory: tools
|
working-directory: tools
|
||||||
env:
|
env:
|
||||||
BOARDS: ${{ matrix.board }}
|
BOARDS: ${{ matrix.board }}
|
||||||
|
PULL: ${{ github.event.number }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -84,7 +84,6 @@ jobs:
|
|||||||
run: python3 -u ci_set_matrix.py
|
run: python3 -u ci_set_matrix.py
|
||||||
working-directory: tools
|
working-directory: tools
|
||||||
env:
|
env:
|
||||||
PULL: ${{ github.event.number }}
|
|
||||||
LAST_FAILED_JOBS: ${{ steps.get-last-commit-with-checks.outputs.check_runs }}
|
LAST_FAILED_JOBS: ${{ steps.get-last-commit-with-checks.outputs.check_runs }}
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
@ -295,5 +294,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
|
boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
|
||||||
cp-version: ${{ needs.scheduler.outputs.cp-version }}
|
cp-version: ${{ needs.scheduler.outputs.cp-version }}
|
||||||
env:
|
|
||||||
PULL: ${{ github.event.number }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user