Skip to content

Commit f1d69e4

Browse files
authoredNov 20, 2024
[CI] Ensure that all /fix commands trigger a script (open-telemetry#5648)
1 parent 1712625 commit f1d69e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
all|refcache)
7373
npm install --omit=optional
7474
;&
75-
dict|filenames|format|htmltest-config|markdown|submodule*)
75+
*)
7676
npm run fix:$PR_ACTION
7777
;;
7878
esac

0 commit comments

Comments
 (0)
Please sign in to comment.