Skip to content

Commit

Permalink
[Temp] Simplify CI/CD for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jan 17, 2025
1 parent df9b471 commit d931b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

linux:
runs-on: ${{ matrix.platform.runner }}
needs: [test]
# needs: [test]
strategy:
matrix:
platform:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

musllinux:
runs-on: ${{ matrix.platform.runner }}
needs: [test]
# needs: [test]
strategy:
matrix:
platform:
Expand Down

0 comments on commit d931b04

Please sign in to comment.