Skip to content

Commit ae4e792

Browse files
committed
set PULL in proper workflow file
1 parent 635bc4b commit ae4e792

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-boards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
working-directory: tools
7373
env:
7474
BOARDS: ${{ matrix.board }}
75+
PULL: ${{ github.event.number }}
7576

7677
- name: Upload artifact
7778
uses: actions/upload-artifact@v3

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
run: python3 -u ci_set_matrix.py
8585
working-directory: tools
8686
env:
87-
PULL: ${{ github.event.number }}
8887
LAST_FAILED_JOBS: ${{ steps.get-last-commit-with-checks.outputs.check_runs }}
8988

9089
tests:
@@ -295,5 +294,3 @@ jobs:
295294
with:
296295
boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
297296
cp-version: ${{ needs.scheduler.outputs.cp-version }}
298-
env:
299-
PULL: ${{ github.event.number }}

0 commit comments

Comments
 (0)