aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-04-18 19:47:17 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-04-18 19:47:17 -0400
commit16b8922af29aa5078b8e7f3f008c49e12f3e4bde (patch)
tree618e01a8621f53bf14784be6241dcfc3479d822c /.github
parentf9601f70b1454fca0fd908d1942038f3f705b665 (diff)
downloadkutter-16b8922af29aa5078b8e7f3f008c49e12f3e4bde.tar.gz
kutter-16b8922af29aa5078b8e7f3f008c49e12f3e4bde.tar.xz
kutter-16b8922af29aa5078b8e7f3f008c49e12f3e4bde.zip
github: Fix cron entry in close-invalid-bot.yaml
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/close-invalid-bot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/close-invalid-bot.yaml b/.github/workflows/close-invalid-bot.yaml
index 6fb95966..9a41864f 100644
--- a/.github/workflows/close-invalid-bot.yaml
+++ b/.github/workflows/close-invalid-bot.yaml
@@ -2,7 +2,7 @@
name: "Close issues marked as invalid"
on:
schedule:
- - cron: '0 */6 * * * *'
+ - cron: '0 */6 * * *'
jobs:
close_invalid:
runs-on: ubuntu-latest