Skip to content

Commit

Permalink
Runs-on self-hosted for build and validate workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza committed Sep 17, 2024
1 parent cc537a4 commit dfc2cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: "Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-display-version }} exp:${{ matrix.experimental }}"
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
timeout-minutes: 30
continue-on-error: ${{ matrix.experimental }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- release-*
jobs:
validate:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
Expand Down

0 comments on commit dfc2cf1

Please sign in to comment.