Skip to content

Commit 89a6b05

Browse files
committed
Update check-build.yml
1 parent 02fc7af commit 89a6b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373

7474
checkstyle:
7575
runs-on: ubuntu-latest
76-
timeout-minutes: 15
7776
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
77+
timeout-minutes: 15
7878

7979
strategy:
8080
matrix:
@@ -96,8 +96,8 @@ jobs:
9696

9797
pmd:
9898
runs-on: ubuntu-latest
99-
timeout-minutes: 15
10099
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
100+
timeout-minutes: 15
101101

102102
strategy:
103103
matrix:

0 commit comments

Comments
 (0)