From 4bf646c1c360ed2feb3a975d4537928813e48836 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <46269721+ItsIgnacioPortal@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:33:05 -0300 Subject: [PATCH] fix(cicd): Test fix --- .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 b1edd0bd4..4a03c2d2a 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: ${{ env.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