From 22e7d64e16196c8ea887e584d54416e073824a89 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <46269721+ItsIgnacioPortal@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:35:09 -0300 Subject: [PATCH] fix(cicd): Test fix #2 --- .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 4a03c2d2a..7348abd5c 100644 --- a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml +++ b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml @@ -10,7 +10,7 @@ on: jobs: updatejob: - if: ${{ env.RUN_UPDATERS }} == '1' + if: ${{ vars.RUN_UPDATERS }} == '1' # 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