We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e1a94 commit b64e26eCopy full SHA for b64e26e
.github/workflows/probot-check-group.yml
@@ -12,14 +12,14 @@ jobs:
12
required-jobs:
13
runs-on: ubuntu-latest
14
if: github.event.pull_request.draft == false
15
- timeout-minutes: 61 # in case something is wrong with the internal timeout
+ timeout-minutes: 3 # in case something is wrong with the internal timeout
16
steps:
17
- uses: Lightning-AI/probot@v4
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
with:
21
job: check-group
22
- interval: 180 # seconds
23
- timeout: 60 # minutes
+ interval: 30 # seconds
+ timeout: 2 # minutes
24
maintainers: '@Lightning-AI/lai-frameworks'
25
owner: '@carmocca'
0 commit comments