From 1c7e00f048e6446d0a66494ea3680aef70eccee6 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Wed, 13 Jul 2022 19:44:57 +0000 Subject: [PATCH] test cron --- .github/workflows/wordlist-updater_fuzzing_etc_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml index 3fef9ebc..349085b2 100644 --- a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml +++ b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch schedule: - - cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru) + - cron: '50 * * * *' # every hour at :50 past # Allows you to run this workflow manually from the Actions tab workflow_dispatch: