Skip to content

Commit 2ed5b69

Browse files
committed
assume skipped
1 parent eca4db6 commit 2ed5b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Temp globs
7272
# The action will need to get this from inputs somehow
7373
# This is cursed... we use `.[] | .` to remove quotes and any yaml formatting.
74-
readarray -t GLOBS < <(yq --null-input '["*.adoc", ".github/**"]' | yq '.[] | .')
74+
readarray -t GLOBS < <(yq --null-input '["*.rs", ".cargo/**"]' | yq '.[] | .')
7575
7676
MATCHED="false"
7777
for GLOB in "${GLOBS[@]}"; do

0 commit comments

Comments
 (0)