Skip to content

Commit

Permalink
Fixes CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idjaw committed Oct 23, 2024
1 parent 587197c commit d9a627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
uses: idjaw/edunet/.github/workflows/test.yml@main
build:
needs: [tests]
needs: [test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
strategy:
Expand Down

0 comments on commit d9a627c

Please sign in to comment.