Skip to content

Commit

Permalink
Shuffle boards_sample_pairs workload
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoscik committed Nov 24, 2023
1 parent 660c376 commit af506c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: set-matrix
run: |
source .env
./scripts/get_boards_samples_pairs.py -c zephyr.yaml > boards_sample_pairs
./scripts/get_boards_samples_pairs.py -c zephyr.yaml | shuf > boards_sample_pairs
echo "matrix=`./scripts/generate_matrix.py`" >> $GITHUB_OUTPUT
ls -lah
Expand Down

0 comments on commit af506c0

Please sign in to comment.