Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 13, 2022
1 parent acfefc3 commit 57fd7a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/probot-check-group.yml
Expand Up @@ -11,15 +11,15 @@ concurrency:
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
# if: github.event.pull_request.draft == false
timeout-minutes: 3 # in case something is wrong with the internal timeout
steps:
- uses: Lightning-AI/probot@v5
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'

0 comments on commit 57fd7a0

Please sign in to comment.