diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 77b2f8a86a..28156a6eb5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: # Run windows only on scheduled runs on Sundays, otherwise ignore - os: ${{ github.event.schedule == '0 5 * * 0' && fromJson('["ubuntu", "macos", "windows"]') || fromJson('["ubuntu", "macos"]') }} + os: ${{ github.event.schedule == '0 5 * * 0' && fromJson('["ubuntu", "macos", "windows"]') || fromJson('["ubuntu"]') }} defaults: run: