ci: only run on request

This commit is contained in:
Benexl
2025-12-30 12:05:38 +03:00
parent f684f561df
commit b052ee8300

View File

@@ -1,9 +1,9 @@
name: Mark Stale Issues and Pull Requests
on:
schedule:
# Runs every day at 6:30 UTC
- cron: "30 6 * * *"
# schedule:
# Runs every day at 6:30 UTC
# - cron: "30 6 * * *"
# Allows you to run this workflow manually from the Actions tab for testing
workflow_dispatch: