Skip to content

Commit

Permalink
Build Core on GitHub Hosted Runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Feb 14, 2024
1 parent 8de9250 commit 3c1ceba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
deploy: true
with-submodules: true
runs-on: self-hosted
runs-on: ubuntu-latest
secrets:
OSSRH_USER: ${{secrets.OSSRH_USER}}
OSSRH_TOKEN: ${{secrets.OSSRH_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ardoco/actions/.github/workflows/sonarcloud.yml@main
with:
with-submodules: true
runs-on: self-hosted
runs-on: ubuntu-latest
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}

2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
deploy: false
with-submodules: true
runs-on: self-hosted
runs-on: ubuntu-latest
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
Expand Down

0 comments on commit 3c1ceba

Please sign in to comment.