diff --git a/.github/workflows/jan-linter-and-test.yml b/.github/workflows/jan-linter-and-test.yml index e2f437837..cfcfe78ed 100644 --- a/.github/workflows/jan-linter-and-test.yml +++ b/.github/workflows/jan-linter-and-test.yml @@ -134,7 +134,7 @@ jobs: test-on-windows-pr: if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' - runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'windows-latest' || 'WINDOWS-11' }} + runs-on: 'windows-latest' steps: - name: Getting the repo uses: actions/checkout@v3