Skip to content

Commit 484ec40

Browse files
authored
Merge pull request #692 from caohhung/arc-runner
config: INFRA-3534 rollout ARC github-runner
2 parents 97871de + c6ed580 commit 484ec40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/netlify-deploy-preview.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ env:
1212
NETLIFY_SITE_NAME: ${{ github.event.repository.name }}
1313
jobs:
1414
netlify-deploy:
15-
runs-on: infra1-rxa-xlarge
15+
runs-on:
16+
group: infra1-runners-arc
17+
labels: runners-rxa-xlarge
1618
steps:
1719
- name: "Checkout Recursive"
1820
uses: actions/checkout@v4

0 commit comments

Comments
 (0)