1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 23:53:37 +00:00

Check run earlier during setup (#11958)

This commit is contained in:
Matt Bishop
2024-11-11 13:19:33 -05:00
committed by GitHub
parent 4963b28b82
commit 80c71c191b
4 changed files with 12 additions and 8 deletions

View File

@@ -41,6 +41,8 @@ jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
needs:
- check-run
outputs:
repo_url: ${{ steps.gen_vars.outputs.repo_url }}
adj_build_number: ${{ steps.gen_vars.outputs.adj_build_number }}
@@ -236,7 +238,6 @@ jobs:
needs:
- setup
- locales-test
- check-run
env:
_BUILD_NUMBER: ${{ needs.setup.outputs.adj_build_number }}
_NODE_VERSION: ${{ needs.setup.outputs.node_version }}