Skip to content

Commit

Permalink
Updating the runner of purge azure test resources workflow (#1537)
Browse files Browse the repository at this point in the history
Signed-off-by: ytimocin <[email protected]>
  • Loading branch information
ytimocin authored May 6, 2024
1 parent 77bbf46 commit bc43e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/purge-test-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
purge_azure_resources:
name: Azure resources clean-ups
runs-on: [self-hosted, 1ES.Pool=1ES-Radius]
runs-on: [ubuntu-latest]
steps:
- name: Login to Azure
run: |
Expand Down

0 comments on commit bc43e42

Please sign in to comment.