1
0
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:
Vince Grassia 2025-03-25 10:54:49 -04:00
parent 7ca10c4072
commit e811cd4bfe
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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