Skip to content

Commit

Permalink
chore(gha): switch all pipelines to use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed May 7, 2024
1 parent 9d9c6a7 commit dcc01b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
runs-on: [arc-runner-set]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-vercel-branch-deploys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy-branch:
runs-on: ubuntu-latest
runs-on: [arc-runner-set]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-vercel-pr-deploys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
# This workflow contains a single job called "deploy-preview"
deploy-preview:
runs-on: ubuntu-latest
runs-on: [arc-runner-set]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit dcc01b8

Please sign in to comment.