1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-31 14:34:08 -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

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'