Skip to content

Commit

Permalink
Switch back to github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jul 21, 2024
1 parent bc13757 commit a0ff75d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: self-hosted
runs-on: ubuntu-latest
concurrency:
group: build-publish-beta
cancel-in-progress: true
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: self-hosted
runs-on: ubuntu-latest
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: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java
Expand Down

0 comments on commit a0ff75d

Please sign in to comment.