Skip to content

GitHub API increased page size (30 to 1000), reduces load time (30s to 1s) #3363

GitHub API increased page size (30 to 1000), reduces load time (30s to 1s)

GitHub API increased page size (30 to 1000), reduces load time (30s to 1s) #3363

Workflow file for this run

name: Docker Verify
on: [pull_request]
env:
JAVA_VERSION: 24
jobs:
docker:
name: Docker Verify
runs-on: ubuntu-latest
steps:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ env.JAVA_VERSION }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Docker Verify
run: ./gradlew jibDockerBuild