Skip to content

Commit 5198bd7

Browse files
committed
build: fix gh ci check
1 parent bcea430 commit 5198bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github_free_disk_space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
echo "This script is copied from https://github.com/apache/flink/blob/02d30ace69dc18555a5085eccf70ee884e73a16e/tools/azure-pipelines/free_disk_space.sh"
3030

31-
if [ "$CI" = "true" ]; then
31+
if [ "$GITHUB_ACTIONS" = "true" ]; then
3232
echo "Remove unused GitHub CI components"
3333
else
3434
echo "This script is only intended to use in GitHub CI environments"

0 commit comments

Comments
 (0)