Skip to content

Commit

Permalink
Only run the test result upload from ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Jan 7, 2024
1 parent 55bdc1d commit 5e76bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-done.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# Sync with matrix in ci.yml
runs-on: [ubuntu-latest, windows-latest]
runs-on: [ubuntu-latest]
runs-on: ${{ matrix.runs-on }}
permissions:
# list and download
Expand Down

0 comments on commit 5e76bb8

Please sign in to comment.