Skip to content

Commit 49cba3e

Browse files
committed
swap to use hosted gha runner
Signed-off-by: Jeffrey Sica <[email protected]>
1 parent a0bbaed commit 49cba3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/enforce-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [labeled, unlabeled, opened, edited, synchronize]
66
jobs:
77
enforce-label:
8-
runs-on: ubuntu-latest
8+
runs-on: equinix-2cpu-8gb
99
steps:
1010
- uses: yogevbd/[email protected]
1111
with:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
verify-json-validation:
7-
runs-on: ubuntu-latest
7+
runs-on: equinix-2cpu-8gb
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Validate JSON

0 commit comments

Comments
 (0)