Skip to content

Commit

Permalink
chore: remove build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Jun 19, 2024
1 parent 1909e71 commit ed85c76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
strategy:
matrix:
node-version: [20.11.0]
needs: [build]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -48,7 +47,6 @@ jobs:
strategy:
matrix:
node-version: [20.11.0]
needs: [build]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -63,7 +61,6 @@ jobs:
strategy:
matrix:
node-version: [20.11.0]
needs: [build]
steps:
- uses: actions/checkout@v3
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -33,7 +33,6 @@ jobs:
strategy:
matrix:
node-version: [20.11.0]
needs: [build]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -47,7 +46,6 @@ jobs:
strategy:
matrix:
node-version: [20.11.0]
needs: [build]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -61,7 +59,6 @@ jobs:
strategy:
matrix:
node-version: [20.11.0]
needs: [build]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ed85c76

Please sign in to comment.