1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 15:33:55 +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

@@ -42,6 +42,8 @@ jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
needs:
- check-run
outputs:
package_version: ${{ steps.retrieve-package-version.outputs.package_version }}
node_version: ${{ steps.retrieve-node-version.outputs.node_version }}
@@ -398,7 +400,6 @@ jobs:
- cli
- cli-windows
- snap
- check-run
steps:
- name: Check if any job failed
working-directory: ${{ github.workspace }}