Skip to content

Commit

Permalink
Run cifuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Nov 13, 2023
1 parent b54b649 commit 5a9cf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "run_cifuzz=true" >> $GITHUB_OUTPUT
else
echo "Branch too old for CIFuzz tests; or no C files were changed"
echo "run_cifuzz=false" >> $GITHUB_OUTPUT
echo "run_cifuzz=true" >> $GITHUB_OUTPUT
fi
- name: Compute hash for config cache key
id: config_hash
Expand Down

0 comments on commit 5a9cf9d

Please sign in to comment.