aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/close-invalid-bot.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/close-invalid-bot.yaml')
-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