Commit 2bfbee1
committed
Enhance CI build detection for broader compatibility
Updates the condition for `ContinuousIntegrationBuild` to specifically check for `GITHUB_ACTIONS` or the generic `CI` environment variable. This ensures more reliable detection of continuous integration environments, particularly for GitHub Actions and other common CI hosts.1 parent c23499c commit 2bfbee1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments