summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Bailey <derekbailey@google.com>2023-03-03 16:59:45 -0800
committerGitHub <noreply@github.com>2023-03-03 16:59:45 -0800
commit42ee479c31aa5fe771ae146fd382cc4d77612a30 (patch)
treeedb94c8089553db9556619335d6452aafb2e2d04
parentdf007dfde8b2a59a0726d5bd123ed43c825dd882 (diff)
downloadflatbuffers-42ee479c31aa5fe771ae146fd382cc4d77612a30.tar.gz
flatbuffers-42ee479c31aa5fe771ae146fd382cc4d77612a30.tar.bz2
flatbuffers-42ee479c31aa5fe771ae146fd382cc4d77612a30.zip
Allow manual runs of stale.yml
-rw-r--r--.github/workflows/stale.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 5634aeb8..1a824310 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -4,8 +4,10 @@ permissions:
pull-requests: write
on:
+ # For manual tests.
+ workflow_dispatch:
schedule:
- - cron: "30 20 * * *"
+ - cron: "30 20 * * *"
jobs:
stale: