mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -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:
|
||||
name: Build container images
|
||||
runs-on: ubuntu-24.04
|
||||
needs:
|
||||
- check-run
|
||||
- lint
|
||||
needs: check-run
|
||||
permissions:
|
||||
id-token: write
|
||||
security-events: write
|
||||
@ -399,9 +397,7 @@ jobs:
|
||||
build-mssqlmigratorutility:
|
||||
name: Build MSSQL migrator utility
|
||||
runs-on: ubuntu-24.04
|
||||
needs:
|
||||
- check-run
|
||||
- lint
|
||||
needs: check-run
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user