mirror of
https://github.com/bitwarden/server.git
synced 2025-01-22 21:51:22 +01:00
Put callable workflow in it's own job
This commit is contained in:
parent
3e0c038fd6
commit
2d66116c3a
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -635,13 +635,13 @@ jobs:
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
- name: Trigger Ephemeral Environment sync
|
trigger-ephemeral-environment-sync:
|
||||||
uses: bitwarden/gh-actions/.github/workflows/_ephemeral_environment_manager.yml@main
|
uses: bitwarden/gh-actions/.github/workflows/_ephemeral_environment_manager.yml@main
|
||||||
with:
|
with:
|
||||||
ephemeral_env_branch: process.env.GITHUB_HEAD_REF
|
ephemeral_env_branch: process.env.GITHUB_HEAD_REF
|
||||||
project: server
|
project: server
|
||||||
sync_environment: true
|
sync_environment: true
|
||||||
pull_request_number: process.env.GITHUB_EVENT_NUMBER
|
pull_request_number: process.env.GITHUB_EVENT_NUMBER
|
||||||
|
|
||||||
|
|
||||||
check-failures:
|
check-failures:
|
||||||
|
Loading…
Reference in New Issue
Block a user