Skip to content

Commit

Permalink
add disclaimer about things being fine if intentional
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed Mar 27, 2024
1 parent c761de3 commit fae314c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-demo-consistency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# Fail if docker-compose.yml is not also edited
if ! echo "$FILES_CHANGED" | grep "docker-compose.yaml"; then
echo "process-compose.yaml is edited but not docker-compose.yaml"
echo "If this was intentional, you may ignore this failure"
exit 1
fi
fi

0 comments on commit fae314c

Please sign in to comment.