diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8f5a3f438e0..86cb5e24cc4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -61,9 +61,9 @@ jobs: unique-id: ${{ steps.select.outputs.unique_id }} selected-runner-label: ${{ steps.select.outputs.selected_runner_label }} is-self-hosted: ${{ steps.select.outputs.is_self_hosted }} - concurrency: - group: servo-reserve-self-hosted-runner - cancel-in-progress: false + #concurrency: + # group: servo-reserve-self-hosted-runner + # cancel-in-progress: false permissions: write-all steps: - name: Select and reserve best available runner @@ -83,6 +83,9 @@ jobs: exit 0 } + echo 'forced github hosted runners!' + fall_back_to_github_hosted + # Generate a unique id that allows the workload job to find the runner # we are reserving for it (via runner labels), and allows the timeout # job to find the workload job run (via the job’s friendly name), even