Skip to content

Commit

Permalink
DNM! test run
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoscik committed Mar 21, 2024
1 parent d04c663 commit 7598542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
push:

env:
MATRIX_RUNNERS: 30
MATRIX_RUNNERS: 9

jobs:

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
id: set-matrix
run: |
source .env
./scripts/get_boards_samples_pairs.py -c zephyr.yaml | shuf > boards_sample_pairs
./scripts/get_boards_samples_pairs.py -c zephyr.yaml | shuf -n 10 > boards_sample_pairs
echo "matrix=`./scripts/generate_matrix.py`" >> $GITHUB_OUTPUT
ls -lah
Expand Down

0 comments on commit 7598542

Please sign in to comment.