mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Remove needs for lint before other jobs
This commit is contained in:
parent
7ca10c4072
commit
e811cd4bfe
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -37,9 +37,7 @@ jobs:
|
|||||||
build-container:
|
build-container:
|
||||||
name: Build container images
|
name: Build container images
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs: check-run
|
||||||
- check-run
|
|
||||||
- lint
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
security-events: write
|
security-events: write
|
||||||
@ -399,9 +397,7 @@ jobs:
|
|||||||
build-mssqlmigratorutility:
|
build-mssqlmigratorutility:
|
||||||
name: Build MSSQL migrator utility
|
name: Build MSSQL migrator utility
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs: check-run
|
||||||
- check-run
|
|
||||||
- lint
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user