Skip to content

Commit

Permalink
Use new Actions pool (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jan 28, 2025
1 parent 6167900 commit 1ac4a6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:
GithubCommentReader
deploy:
runs-on: ubuntu-latest
runs-on:
- "self-hosted"
- "1ES.Pool=TypeScript-1ES-GitHub-Deploys"
- "1ES.ImageOverride=mariner-2.0"

needs: build
environment:
name: 'Production'
Expand Down

0 comments on commit 1ac4a6d

Please sign in to comment.