Skip to content

Commit

Permalink
Only include windows in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboeker committed Dec 23, 2023
1 parent 90c08f2 commit 2f9867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
retention-days: 1
commit:
runs-on: ubuntu-latest
needs: [darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64]
needs: [windows_amd64]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2f9867f

Please sign in to comment.