Skip to content

Commit

Permalink
Update LargeMatrixWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Jan 19, 2025
1 parent 5c8a50c commit 332588c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LargeMatrixWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
echo "This is job number ${{ matrix.job_id }}"
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
print_count=5000
print_count=1000
else
print_count="${{ github.event.inputs.print_count }}"
fi
Expand Down

0 comments on commit 332588c

Please sign in to comment.