You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/github_free_disk_space.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
29
29
echo"This script is copied from https://github.com/apache/flink/blob/02d30ace69dc18555a5085eccf70ee884e73a16e/tools/azure-pipelines/free_disk_space.sh"
30
30
31
-
if [ "$CI"="true" ];then
31
+
if [ "$GITHUB_ACTIONS"="true" ];then
32
32
echo"Remove unused GitHub CI components"
33
33
else
34
34
echo"This script is only intended to use in GitHub CI environments"
0 commit comments