mirror of
https://github.com/bitwarden/server.git
synced 2025-06-09 20:50:31 -05:00
set 0 when workflow is not ran (#5910)
This commit is contained in:
parent
ce61a01f29
commit
25d5efacd8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -598,7 +598,7 @@ jobs:
|
||||
uses: bitwarden/gh-actions/.github/workflows/_ephemeral_environment_manager.yml@main
|
||||
with:
|
||||
project: server
|
||||
pull_request_number: ${{ github.event.number }}
|
||||
pull_request_number: ${{ github.event.number || 0 }}
|
||||
secrets: inherit
|
||||
permissions: read-all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user