Explicitly set which Probot job to run (#14756)
This commit is contained in:
parent
d9be959bc2
commit
e113d3814b
|
@ -18,3 +18,5 @@ jobs:
|
|||
- uses: carmocca/probot@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
job: auto-cc
|
||||
|
|
|
@ -19,4 +19,5 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
job: check-group
|
||||
interval: 180 # seconds
|
||||
|
|
Loading…
Reference in New Issue