Skip to content

Commit 86be89a

Browse files
committed
updated agents workflows run on to be ubuntu
1 parent 583ee7f commit 86be89a

5 files changed

+5
-5
lines changed

.github/workflows/ado-migration-process-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
run-powershell-script:
3030
name: Run PowerShell Script
31-
runs-on: 'AEC0WGEMP001'
31+
runs-on: 'ubuntu-latest'
3232
timeout-minutes: 7200
3333
env:
3434
AZURE_DEVOPS_MIGRATION_PAT: ${{ secrets.AZURE_DEVOPS_MIGRATION_PAT }}

.github/workflows/ado-migration-process-org-users.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
run-powershell-script:
2323
name: Run PowerShell Script
24-
runs-on: 'AEC0WGEMP001'
24+
runs-on: 'ubuntu-latest'
2525
timeout-minutes: 7200
2626
env:
2727
AZURE_DEVOPS_MIGRATION_PAT: ${{ secrets.AZURE_DEVOPS_MIGRATION_PAT }}

.github/workflows/ado-migration-process-partial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
jobs:
5757
run-powershell-script:
5858
name: Run PowerShell Script
59-
runs-on: 'AEC0WGEMP001'
59+
runs-on: 'ubuntu-latest'
6060
timeout-minutes: 7200
6161
env:
6262
AZURE_DEVOPS_MIGRATION_PAT: ${{ secrets.AZURE_DEVOPS_MIGRATION_PAT }}

.github/workflows/ado-migration-process-workitem-backfill-between.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ on:
6565
jobs:
6666
run-powershell-script:
6767
name: Run PowerShell Script
68-
runs-on: 'AEC0WGEMP001'
68+
runs-on: 'ubuntu-latest'
6969
timeout-minutes: 7200
7070
env:
7171
AZURE_DEVOPS_MIGRATION_PAT: ${{ secrets.AZURE_DEVOPS_MIGRATION_PAT }}

.github/workflows/ado-migration-process-workitem-backfill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
jobs:
6262
run-powershell-script:
6363
name: Run PowerShell Script
64-
runs-on: 'AEC0WGEMP001'
64+
runs-on: 'ubuntu-latest'
6565
timeout-minutes: 7200
6666
env:
6767
AZURE_DEVOPS_MIGRATION_PAT: ${{ secrets.AZURE_DEVOPS_MIGRATION_PAT }}

0 commit comments

Comments
 (0)