We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acfa21 commit cf7e6aaCopy full SHA for cf7e6aa
.github/workflows/reusable-link-check.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
merge_base=$(git merge-base origin/${{ github.base_ref }} HEAD)
43
config_modified=$(git diff --name-only $merge_base...${{ github.event.pull_request.head.sha }} \
44
- | grep -E '\.github/scripts/(lychee-config\.toml|link-check\.sh|dependencies\.Dockerfile)$' || true)
+ | grep -E '^(\.github/scripts/lychee-config\.toml|mise\.toml)$' || true)
45
if [ -n "$config_modified" ]; then
46
echo "modified=true" >> $GITHUB_OUTPUT
47
else
0 commit comments