Skip to content

Commit

Permalink
Disable 1ES pool for pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k committed May 31, 2024
1 parent fe787ae commit b7098ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
build:
runs-on: [self-hosted, 1ES.Pool=iotupx-iot-cli-github-hosted-pool, 1ES.ImageOverride=Ubuntu20.04Compliant]
runs-on: ubuntu-latest # [self-hosted, 1ES.Pool=iotupx-iot-cli-github-hosted-pool, 1ES.ImageOverride=Ubuntu20.04Compliant]
permissions:
contents: read
steps:
Expand Down

0 comments on commit b7098ed

Please sign in to comment.