We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9180ee7 commit 75b5b34Copy full SHA for 75b5b34
.github/workflows/store-api-spec-lint-results.yml
@@ -74,7 +74,7 @@ jobs:
74
# If no spec file has changed, exit the workflow.
75
if [ ${#changed_specs[@]} -eq 0 ]; then
76
echo "No spec changes detected. Exiting workflow. (This is not an error.)"
77
- exit 1
+ exit 1 #TODO: Do this with conditional steps instead
78
fi
79
80
# Convert the array of changed spec files into a space-separated string.
0 commit comments