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