From ed85c761c5309199551369d96fade17ad780f438 Mon Sep 17 00:00:00 2001 From: Tylor Steinberger Date: Wed, 19 Jun 2024 10:26:19 -0400 Subject: [PATCH] chore: remove build dep --- .github/workflows/main.yml | 3 --- .github/workflows/pr.yml | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c386189c..17a5e2b4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,6 @@ jobs: strategy: matrix: node-version: [20.11.0] - needs: [build] steps: - uses: actions/checkout@v3 with: @@ -48,7 +47,6 @@ jobs: strategy: matrix: node-version: [20.11.0] - needs: [build] steps: - uses: actions/checkout@v3 with: @@ -63,7 +61,6 @@ jobs: strategy: matrix: node-version: [20.11.0] - needs: [build] steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 448e814b3..fbddfeeaf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -5,7 +5,7 @@ on: branches: [development] # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -33,7 +33,6 @@ jobs: strategy: matrix: node-version: [20.11.0] - needs: [build] steps: - uses: actions/checkout@v3 with: @@ -47,7 +46,6 @@ jobs: strategy: matrix: node-version: [20.11.0] - needs: [build] steps: - uses: actions/checkout@v3 with: @@ -61,7 +59,6 @@ jobs: strategy: matrix: node-version: [20.11.0] - needs: [build] steps: - uses: actions/checkout@v3 with: