mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 14:34:02 +00:00
fix: skip build-safari if secret is not available
This commit is contained in:
2
.github/workflows/build-browser.yml
vendored
2
.github/workflows/build-browser.yml
vendored
@@ -272,6 +272,8 @@ jobs:
|
||||
build-safari:
|
||||
name: Build Safari
|
||||
runs-on: macos-13
|
||||
# Skip if required secrets are not available
|
||||
if: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL != '' }}
|
||||
needs:
|
||||
- setup
|
||||
- locales-test
|
||||
|
||||
Reference in New Issue
Block a user