diff options
author | Derek Bailey <derekbailey@google.com> | 2023-03-03 16:59:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 16:59:45 -0800 |
commit | 42ee479c31aa5fe771ae146fd382cc4d77612a30 (patch) | |
tree | edb94c8089553db9556619335d6452aafb2e2d04 | |
parent | df007dfde8b2a59a0726d5bd123ed43c825dd882 (diff) | |
download | flatbuffers-42ee479c31aa5fe771ae146fd382cc4d77612a30.tar.gz flatbuffers-42ee479c31aa5fe771ae146fd382cc4d77612a30.tar.bz2 flatbuffers-42ee479c31aa5fe771ae146fd382cc4d77612a30.zip |
Allow manual runs of stale.yml
-rw-r--r-- | .github/workflows/stale.yml | 4 |
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: |