mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 20:11:04 -05:00
Fix actionlint issues (#5841)
This commit is contained in:
parent
790173d1c7
commit
3aa9812353
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user