From 42e9d79d8680fb279476d2a28b6430534d47543a Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Wed, 13 Jul 2022 20:17:43 +0000 Subject: [PATCH] set reasonable cron times --- .github/workflows/wordlist-updater_fuzzing_etc_files.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml index b8183d0c..c996659f 100644 --- a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml +++ b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml @@ -3,15 +3,13 @@ name: update etc files # Controls when the workflow will run on: schedule: - - cron: '*/5 * * * *' # every 5 mins + - cron: '30 20 1,15 * *' # run at 8:30p on 1st and 15th # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" - build: + updatejob: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job