Skip to content

Commit 03a6af9

Browse files
committed
DEBUG
1 parent 8da818e commit 03a6af9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/probot-check-group.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ concurrency:
1111
jobs:
1212
required-jobs:
1313
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
14+
#if: github.event.pull_request.draft == false
15+
timeout-minutes: 3 # in case something is wrong with the internal timeout
1616
steps:
1717
- uses: Lightning-AI/probot@v4
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:
2121
job: check-group
22-
interval: 180 # seconds
23-
timeout: 60 # minutes
22+
interval: 30 # seconds
23+
timeout: 2 # minutes
2424
maintainers: '@Lightning-AI/lai-frameworks'
2525
owner: '@carmocca'

0 commit comments

Comments
 (0)