Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Apr 13, 2024
1 parent c50639e commit ba9326e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Check for scanner changes
id: scanner-changes
run: |-
if git diff --quiet HEAD^ -- src/scanner.c; then
printf 'changed=false\n' >> "$GITHUB_OUTPUT"
else
# if git diff --quiet HEAD^ -- src/scanner.c; then
# printf 'changed=false\n' >> "$GITHUB_OUTPUT"
# else
printf 'changed=true\n' >> "$GITHUB_OUTPUT"
fi
# fi
- name: Fuzz parser
uses: tree-sitter/fuzz-action@v4
if: steps.scanner-changes.outputs.changed == 'true'

0 comments on commit ba9326e

Please sign in to comment.