Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/installer-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:

permissions: {}

# The post-install skill step reaches for the OS keyring; on a headless macOS
# runner the `security` tool blocks forever on the locked keychain (caught by
# this canary's first run). Same escape hatch the Test workflow uses.
env:
BASECAMP_NO_KEYRING: "1"

concurrency:
group: installer-smoke-${{ github.ref }}
cancel-in-progress: false
Expand Down
Loading