From 2e985c6f007ec26105edf381cfd6504db9e543ed Mon Sep 17 00:00:00 2001 From: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Wed, 29 Mar 2023 22:33:30 +0530 Subject: [PATCH] fix(CI): rate limit issue with lewagon/wait-on-check-action (#10833) * fix(CI): rate limit issue with lewagon/wait-on-check-action * updating wait-interval to 90 seconds --- .github/workflows/airflow-apis-tests-3_9.yml | 2 +- .github/workflows/cypress-integration-tests-mysql.yml | 2 +- .github/workflows/cypress-integration-tests-postgresql.yml | 2 +- .github/workflows/java-checkstyle.yml | 2 +- .github/workflows/maven-build.yml | 2 +- .github/workflows/py-checkstyle.yml | 2 +- .github/workflows/py-tests.yml | 2 +- .github/workflows/yarn-coverage.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/airflow-apis-tests-3_9.yml b/.github/workflows/airflow-apis-tests-3_9.yml index c63762ff091..39761cbaad8 100644 --- a/.github/workflows/airflow-apis-tests-3_9.yml +++ b/.github/workflows/airflow-apis-tests-3_9.yml @@ -41,7 +41,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index ad40bc99b50..18b278bbebe 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -50,7 +50,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 0674ba3c330..6c0acd80b46 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -50,7 +50,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/java-checkstyle.yml b/.github/workflows/java-checkstyle.yml index 4a98609777f..7444375543d 100644 --- a/.github/workflows/java-checkstyle.yml +++ b/.github/workflows/java-checkstyle.yml @@ -38,7 +38,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index bd67a619774..fad7d9c66ed 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/py-checkstyle.yml b/.github/workflows/py-checkstyle.yml index c52e4f733a3..ce6c9a43d8d 100644 --- a/.github/workflows/py-checkstyle.yml +++ b/.github/workflows/py-checkstyle.yml @@ -39,7 +39,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index a082c2bb864..49a1907922d 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -44,7 +44,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0 diff --git a/.github/workflows/yarn-coverage.yml b/.github/workflows/yarn-coverage.yml index 2b155c334a4..d153aa32b41 100644 --- a/.github/workflows/yarn-coverage.yml +++ b/.github/workflows/yarn-coverage.yml @@ -38,7 +38,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} check-name: Team Label repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 30 + wait-interval: 90 - name: Verify PR labels uses: jesusvasquez333/verify-pr-label-action@v1.4.0