Skip to content

Commit

Permalink
Only run the quickstart compilation for main
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 4, 2023
1 parent 46511e3 commit e2934d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ jobs:
runs-on: ${{matrix.java.os-name}}
needs: build-jdk11
# Skip main in forks
if: github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')
if: (github.repository == 'quarkusio/quarkus' && (github.event_name != 'pull_request' || github.base_ref == 'main')) || !endsWith(github.ref, '/main')
timeout-minutes: 90
strategy:
fail-fast: false
Expand Down

0 comments on commit e2934d5

Please sign in to comment.