Skip to content

Commit

Permalink
fix: remove test from build needs
Browse files Browse the repository at this point in the history
Signed-off-by: ryanwolhuter <dev@ryanwolhuter.com>
  • Loading branch information
ryanwolhuter committed Jan 18, 2024
1 parent eca9c8b commit b223826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
needs: [lint, test]
needs: [lint]
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit b223826

Please sign in to comment.