We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc7af commit 89a6b05Copy full SHA for 89a6b05
1 file changed
.github/workflows/check-build.yml
@@ -73,8 +73,8 @@ jobs:
73
74
checkstyle:
75
runs-on: ubuntu-latest
76
- timeout-minutes: 15
77
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
+ timeout-minutes: 15
78
79
strategy:
80
matrix:
@@ -96,8 +96,8 @@ jobs:
96
97
pmd:
98
99
100
101
102
103
0 commit comments