Skip to content

Commit 75b5b34

Browse files
committed
API-281: TODO comment added
1 parent 9180ee7 commit 75b5b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/store-api-spec-lint-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# If no spec file has changed, exit the workflow.
7575
if [ ${#changed_specs[@]} -eq 0 ]; then
7676
echo "No spec changes detected. Exiting workflow. (This is not an error.)"
77-
exit 1
77+
exit 1 #TODO: Do this with conditional steps instead
7878
fi
7979
8080
# Convert the array of changed spec files into a space-separated string.

0 commit comments

Comments
 (0)