1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 12:31:06 -05:00

Fix actionlint issues (#5841)

This commit is contained in:
Vince Grassia 2025-05-20 16:44:01 +00:00 committed by GitHub
parent 790173d1c7
commit 3aa9812353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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