Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 11, 2022
1 parent 97e1a94 commit 7abbf0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/probot-check-group.yml
Original file line number Diff line number Diff line change
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@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'

0 comments on commit 7abbf0a

Please sign in to comment.