Skip to content

Commit 4bf646c

Browse files
fix(cicd): Test fix
1 parent b54a7fb commit 4bf646c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wordlist-updater_fuzzing_etc_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
updatejob:
13-
if: env.RUN_UPDATERS == '1'
13+
if: ${{ env.RUN_UPDATERS }} == '1'
1414
# The type of runner that the job will run on
1515
runs-on: ubuntu-latest
1616
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)