diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-18 13:02:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 13:02:34 -0500 |
commit | e4f2d6139a802e659c571f581763eddeee715e2f (patch) | |
tree | ba492fd5f0229c757956033f436c2eb366b6082b | |
parent | b944cbe069703dffbe7b554473a0d8e0adf20eac (diff) | |
download | vyos-cloud-init-e4f2d6139a802e659c571f581763eddeee715e2f.tar.gz vyos-cloud-init-e4f2d6139a802e659c571f581763eddeee715e2f.zip |
stale: fix error in definition (#740)
This should fix the error, and also allows us to manually trigger the
workflow.
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7097a662..cec1311b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,6 @@ name: Mark and close stale pull requests -#on: +on: workflow_dispatch # schedule: # - cron: "0 0 * * *" # Daily @ 00:00 |