Skip to content

Commit

Permalink
Run build / upload in org runners
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed May 1, 2024
1 parent 52dd792 commit 694e6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ env:

jobs:
build-and-upload:
runs-on: ubuntu-latest
container: ubuntu:22.04
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
- 'release-*'
- '*-dev'
# TODO RC remove
- gh-runners

jobs:
test:
Expand Down

0 comments on commit 694e6dd

Please sign in to comment.