Skip to content

Commit 1ac4a6d

Browse files
authored
Use new Actions pool (#54)
1 parent 6167900 commit 1ac4a6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ jobs:
4646
GithubCommentReader
4747
4848
deploy:
49-
runs-on: ubuntu-latest
49+
runs-on:
50+
- "self-hosted"
51+
- "1ES.Pool=TypeScript-1ES-GitHub-Deploys"
52+
- "1ES.ImageOverride=mariner-2.0"
53+
5054
needs: build
5155
environment:
5256
name: 'Production'

0 commit comments

Comments
 (0)