Skip to content

Commit 2edaad9

Browse files
committed
Improve the comment
Change-Id: I3b2a2c00e22c1883bb8258b0baaa2dab285f65f7
1 parent 185e618 commit 2edaad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qtest.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,8 @@ static bool sanity_check()
13051305
}
13061306
return false;
13071307
}
1308-
if (stat("/home/runner/work", &buf)) { /* Skip the check in CI */
1308+
/* GitHub Actions checkouts do not include the complete git history. */
1309+
if (stat("/home/runner/work", &buf)) {
13091310
#define COPYRIGHT_COMMIT_SHA1 "50c5ac53d31adf6baac4f8d3db6b3ce2215fee40"
13101311
if (!commit_exists(COPYRIGHT_COMMIT_SHA1)) {
13111312
fprintf(

0 commit comments

Comments
 (0)