Skip to content

Commit

Permalink
ci(perf): remove job dependencies to speed up workflow (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncitylights authored Dec 25, 2023
1 parent a02150d commit d072836
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
lint:
name: lint (${{ matrix.tool }})
runs-on: ubuntu-latest
needs: build
strategy:
matrix:
include:
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:

test:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -90,7 +88,6 @@ jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -112,7 +109,6 @@ jobs:

pkg-dry-run:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d072836

Please sign in to comment.