Skip to content

Commit

Permalink
needs
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 30, 2024
1 parent 032ebeb commit f634019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/test-windows.yml
coverage:
runs-on: ubuntu-latest
needs: [test-macos, test-ubuntu, test-windows]
needs: [test-windows]
steps:
- uses: actions/download-artifact@v4

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
pull-requests: write
contents: read
checks: write
needs: test
needs: test-windows
if: github.event_name == 'pull_request'
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit f634019

Please sign in to comment.