Skip to content

Commit 3877302

Browse files
committed
specifically match the repo
1 parent dd8322f commit 3877302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ let package = Package(
157157
)
158158

159159
if ProcessInfo.processInfo.environment["SPI_GENERATE_DOCS"] != nil
160-
|| ProcessInfo.processInfo.environment["GITHUB_ACTION"] != nil// || true // NB: Uncomment for local testing in Xcode
160+
|| (ProcessInfo.processInfo.environment["GITHUB_ACTION_REPOSITORY"] ?? "").contains("swift-structured-queries") // || true // NB: Uncomment for local testing in Xcode
161161
{
162162
package.traits.insert(
163163
.default(

0 commit comments

Comments
 (0)