Skip to content

Commit

Permalink
Switch bot deployment to new GHA pool (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jan 29, 2025
1 parent 85c61e6 commit 393ba1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
path: ${{ env.FUNCTION_ZIP_NAME }}

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 393ba1e

Please sign in to comment.