Skip to content

Commit c6ed580

Browse files
committed
config: INFRA-3534 rollout ARC github-runner
1 parent 97871de commit c6ed580

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)