Skip to content

Commit e2934d5

Browse files
committed
Only run the quickstart compilation for main
1 parent 46511e3 commit e2934d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions-incremental.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ jobs:
552552
runs-on: ${{matrix.java.os-name}}
553553
needs: build-jdk11
554554
# Skip main in forks
555-
if: github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')
555+
if: (github.repository == 'quarkusio/quarkus' && (github.event_name != 'pull_request' || github.base_ref == 'main')) || !endsWith(github.ref, '/main')
556556
timeout-minutes: 90
557557
strategy:
558558
fail-fast: false

0 commit comments

Comments
 (0)