Skip to content

Commit

Permalink
Run on shelf hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jul 12, 2024
1 parent 0d3d446 commit 5f76a38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-publish-development:
runs-on: ubuntu-latest
runs-on: self-hosted
concurrency:
group: build-publish-beta
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-jars-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
changes:
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
plugin: ${{ steps.changes.outputs.plugin }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_call]

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Setup Java
Expand Down

0 comments on commit 5f76a38

Please sign in to comment.