mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 06:15:22 +02:00
Add workflow_dispatch so we can run manually (#9253)
This commit is contained in:
parent
c4e8251e52
commit
4ff3cee72e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: Close Stale Issues
|
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…
Add table
Add a link
Reference in a new issue