Skip to content

Commit

Permalink
Only run the quickstart compilation for main
Browse files Browse the repository at this point in the history
(cherry picked from commit e2934d5)
  • Loading branch information
gsmet committed Feb 7, 2023
1 parent f265adb commit be49b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ jobs:
name: Quickstarts Compilation - JDK ${{matrix.java.name}}
runs-on: ${{matrix.java.os-name}}
needs: build-jdk11
# Skip the jakarta-rewrite and 3.0 branches and main in forks
if: github.ref_name != 'jakarta-rewrite' && github.ref_name != '3.0' && (github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main'))
# Skip main in forks
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 be49b54

Please sign in to comment.