set PULL in proper workflow file

This commit is contained in:
Dan Halbert 2023-11-22 10:59:27 -05:00
parent 635bc4b2b0
commit ae4e79224e
2 changed files with 1 additions and 3 deletions

View File

@ -72,6 +72,7 @@ jobs:
working-directory: tools
env:
BOARDS: ${{ matrix.board }}
PULL: ${{ github.event.number }}
- name: Upload artifact
uses: actions/upload-artifact@v3

View File

@ -84,7 +84,6 @@ jobs:
run: python3 -u ci_set_matrix.py
working-directory: tools
env:
PULL: ${{ github.event.number }}
LAST_FAILED_JOBS: ${{ steps.get-last-commit-with-checks.outputs.check_runs }}
tests:
@ -295,5 +294,3 @@ jobs:
with:
boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
cp-version: ${{ needs.scheduler.outputs.cp-version }}
env:
PULL: ${{ github.event.number }}