Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Jul 25, 2023
1 parent 09b1c04 commit 38fc7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
build:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ${{ matrix.on }}
timeout-minutes: 100
strategy:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Build with Gradle
run: |
./gradlew --no-daemon --stacktrace build \
./gradlew --no-daemon --stacktrace lint \
${{ (matrix.on == 'self-hosted') && '--max-workers=8' || '--max-workers=2' }} --parallel \
${{ matrix.coverage && '-Pcoverage' || '' }} \
${{ matrix.leak && '-Pleak' || '' }} \
Expand Down

0 comments on commit 38fc7c5

Please sign in to comment.