From e811cd4bfedfbbff645b077058db32b1db2adffc Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:54:49 -0400 Subject: [PATCH] Remove needs for lint before other jobs --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73d082b9d8..a990e56366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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