Skip to content

Commit

Permalink
actions: build vitess/lite on self-hosted runners (#3564)
Browse files Browse the repository at this point in the history
* actions: build vitess/lite on self-hosted runners

* actions: build nightly on shr too
  • Loading branch information
Sam Kottler authored Nov 1, 2023
1 parent 800396b commit 0bfbf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_planetscale_nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
id:
name: user-supplied-workflow-id
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]
steps:
- name: ${{github.event.inputs.user_supplied_id}}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_planetscale_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-tag-push-lite:
name: vitess/lite

runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

steps:
- name: Checkout planetscale/vitess-private
Expand Down

0 comments on commit 0bfbf6d

Please sign in to comment.