Skip to content

Commit

Permalink
Update Actions runner labels (#3570)
Browse files Browse the repository at this point in the history
GitHub deprecated multiple labels for private runners.
  • Loading branch information
jstvz authored Jul 31, 2024
1 parent 77959df commit 17c47c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
deploy:
name: Build & deploy
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
production_smoke_test:
name: 'Production Post-Deploy Smoke Test'
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v3
- uses: ./.github/setup-docker-compose
Expand All @@ -24,7 +24,7 @@ jobs:
lint:
name: Lint
needs: [build]
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v3
- uses: ./.github/setup-docker-compose
Expand All @@ -36,7 +36,7 @@ jobs:
frontend:
name: Frontend
needs: [build]
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v3
- uses: ./.github/setup-docker-compose
Expand All @@ -54,7 +54,7 @@ jobs:
backend:
name: Backend
needs: [build]
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v3
- uses: ./.github/setup-docker-compose
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
coverage:
name: Coverage
needs: [frontend, backend]
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
upgrade:
name: Upgrade & Open Pull Request
runs-on: sfdc-ubuntu-latest
runs-on: SFDO-Tooling-Ubuntu
env:
BRANCH_NAME: auto-dependency-upgrades
steps:
Expand Down

0 comments on commit 17c47c8

Please sign in to comment.