1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

Add workflow_dispatch so we can run manually (#9253)

This commit is contained in:
samdulam 2023-07-26 09:33:54 +05:30 committed by GitHub
parent c4e8251e52
commit 4ff3cee72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
name: Close Stale Issues
on:
schedule:
- cron: '0 12 * * *'
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest