Skip to content

Commit

Permalink
chore: only check md file (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Jan 6, 2025
1 parent c5668f1 commit a806aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/supportedMetadataUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: yarn build
- run: yarn update-supported-metadata
- run: |
if [[ -n $(git status --short) ]]; then
if [[ -n $(git status --short METADATA_SUPPORT.md) ]]; then
git add METADATA_SUPPORT.md
git commit -m "chore: auto-update metadata coverage in METADATA_SUPPORT.md [no ci]" --no-verify
git push --no-verify
Expand Down

0 comments on commit a806aaa

Please sign in to comment.