Fix Duplicated resource_class in job build-win and under machine in the same job (may be coming from an executor)

This commit is contained in:
bitterpanda 2026-03-25 10:16:34 -07:00
parent 757ddc4f15
commit ea242458dd

View file

@ -248,7 +248,7 @@ jobs:
executor: executor:
name: windows/server-2022 name: windows/server-2022
shell: bash.exe shell: bash.exe
resource_class: windows.medium resource_class: windows.medium
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace: