From cb7e628b737382ccdddcfb6ed9068a1d924bab05 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Wed, 13 Jul 2022 19:53:52 +0000 Subject: [PATCH] testing --- .github/workflows/wordlist-updater_fuzzing_etc_files.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml index 349085b2..b8183d0c 100644 --- a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml +++ b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml @@ -1,12 +1,9 @@ -# This is a basic workflow to help you get started with Actions - -name: CI +name: update etc files # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the "main" branch schedule: - - cron: '50 * * * *' # every hour at :50 past + - cron: '*/5 * * * *' # every 5 mins # Allows you to run this workflow manually from the Actions tab workflow_dispatch: