Skip to content

Commit 3e0eeff

Browse files
iowillhoitpeternhale
authored andcommitted
chore: only check md file (#1475)
1 parent 87eb63f commit 3e0eeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/supportedMetadataUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: yarn build
2929
- run: yarn update-supported-metadata
3030
- run: |
31-
if [[ -n $(git status --short) ]]; then
31+
if [[ -n $(git status --short METADATA_SUPPORT.md) ]]; then
3232
git add METADATA_SUPPORT.md
3333
git commit -m "chore: auto-update metadata coverage in METADATA_SUPPORT.md [no ci]" --no-verify
3434
git push --no-verify

0 commit comments

Comments
 (0)