Skip to content

Commit

Permalink
Extend and adjust build for self-hosted runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-qvest-seidl committed Jul 23, 2024
1 parent c4f3425 commit fb3ea0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
build:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
keycloak-version:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
verify:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit fb3ea0d

Please sign in to comment.