Skip to content

Commit

Permalink
try to use self hosted large runner for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Feb 19, 2024
1 parent 1d52e87 commit 916ff75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
main:
runs-on: ubuntu-22.04-16core
runs-on: [self-hosted, 1ES.Pool=tfmod-scaffold]
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0
Expand Down

0 comments on commit 916ff75

Please sign in to comment.