Skip to content

Commit

Permalink
fix?: commonly ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 17, 2024
1 parent a806493 commit 3c238db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
IGNORED_FILES_UNPROCESSED=$(git ls-files --cached --ignored --exclude-from=all.gitignore)
echo "IGNORED_FILES before grep: $IGNORED_FILES_UNPROCESSED"
IGNORED_FILES=$(grep -v -F "patches/@codspeed+core+3.1.0.patch" <<< "$IGNORED_FILES_UNPROCESSED")
IGNORED_FILES=$(grep -F "patches/@codspeed+core+3.1.0.patch" <<< "$IGNORED_FILES_UNPROCESSED")
echo "IGNORED_FILES after grep: $IGNORED_FILES"
echo "IGNORED_FILES: $IGNORED_FILES"
Expand Down

0 comments on commit 3c238db

Please sign in to comment.