Skip to content

Commit 6972651

Browse files
update runners for several builds (#92)
Co-authored-by: salesforce-org-metaci[bot] <53311887+salesforce-org-metaci[bot]@users.noreply.github.com>
1 parent 265f41a commit 6972651

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Spell Checking
22
on: [push]
33
jobs:
44
cspell:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-node@v2-beta

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Linting
22
on: [push]
33
jobs:
44
eslint:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-node@v2-beta

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Jest
22
on: [push]
33
jobs:
44
jest:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-node@v2-beta

.github/workflows/label_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Label Audit
22
on: [push]
33
jobs:
44
labels:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-python@v1

.github/workflows/lockfile-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lockfile
22
on: [push]
33
jobs:
44
lint:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-node@v2-beta

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Formatting
22
on: [push]
33
jobs:
44
lint:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-node@v2-beta

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python
22
on: [push]
33
jobs:
44
pytest:
5-
runs-on: ubuntu-latest
5+
runs-on: SalesforceFoundation-ubuntu
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)