Skip to content

Commit

Permalink
increase per page
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Apr 9, 2024
1 parent afdc7f5 commit 3cff6e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }}"
per_page: 100

- name: Set status
if: inputs.pr && always()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }} (${{ matrix.version }})"
per_page: 100

- name: Set status
if: inputs.pr && always()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }} (${{ matrix.version }})"
per_page: 100

- name: Set status
if: inputs.pr && always()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }} (${{ matrix.version }})"
per_page: 100

- name: Set status
if: inputs.pr && always()
Expand Down

0 comments on commit 3cff6e0

Please sign in to comment.