mirror of https://github.com/portainer/portainer
Add workflow_dispatch so we can run manually (#9253)
parent
c4e8251e52
commit
4ff3cee72e
|
@ -2,6 +2,7 @@ name: Close Stale Issues
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue