We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635bc4b commit ae4e792Copy full SHA for ae4e792
.github/workflows/build-boards.yml
@@ -72,6 +72,7 @@ jobs:
72
working-directory: tools
73
env:
74
BOARDS: ${{ matrix.board }}
75
+ PULL: ${{ github.event.number }}
76
77
- name: Upload artifact
78
uses: actions/upload-artifact@v3
.github/workflows/build.yml
@@ -84,7 +84,6 @@ jobs:
84
run: python3 -u ci_set_matrix.py
85
86
87
- PULL: ${{ github.event.number }}
88
LAST_FAILED_JOBS: ${{ steps.get-last-commit-with-checks.outputs.check_runs }}
89
90
tests:
@@ -295,5 +294,3 @@ jobs:
295
294
with:
296
boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
297
cp-version: ${{ needs.scheduler.outputs.cp-version }}
298
- env:
299
0 commit comments