From b64e26e42879339d8315c5278a0d9a6a2d5fa08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 11 Nov 2022 17:03:46 +0100 Subject: [PATCH] DEBUG --- .github/workflows/probot-check-group.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index 15965ca7eba477..89891d592089b8 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -12,14 +12,14 @@ jobs: required-jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false - timeout-minutes: 61 # in case something is wrong with the internal timeout + timeout-minutes: 3 # in case something is wrong with the internal timeout steps: - uses: Lightning-AI/probot@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: job: check-group - interval: 180 # seconds - timeout: 60 # minutes + interval: 30 # seconds + timeout: 2 # minutes maintainers: '@Lightning-AI/lai-frameworks' owner: '@carmocca'