Skip to content

Commit 46e4893

Browse files
committed
chore: roadmap validator test 1
1 parent 29f2ccd commit 46e4893

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/roadmap-validator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
TARGETS="${{ github.event.inputs.paths }}"
6060
else
6161
TARGETS="${{ steps.changed-files.outputs.all_changed_files }}"
62-
if [ -z "$TARGETS" ]; then
63-
echo "No roadmap markdown changes detected."
64-
exit 0
65-
fi
62+
# if [ -z "$TARGETS" ]; then
63+
# echo "No roadmap markdown changes detected."
64+
# exit 0
65+
# fi
6666
fi
6767
6868
echo "Validating targets:"

0 commit comments

Comments
 (0)