1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 20:11:04 -05:00

Merge branch 'main' into pm-20416-downgraded-paid-org-cannot-upgrade-from-free

This commit is contained in:
cyprain-okeke 2025-05-21 09:18:53 +01:00 committed by GitHub
commit 4871892335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,7 +636,9 @@ jobs:
setup-ephemeral-environment:
name: Setup Ephemeral Environment
needs: build-docker
needs:
- build-artifacts
- build-docker
if: |
needs.build-artifacts.outputs.has_secrets == 'true'
&& github.event_name == 'pull_request'