Skip to content

Commit

Permalink
Merge pull request #30273 from gsmet/disable-quickstarts-jakarta
Browse files Browse the repository at this point in the history
CI - Skip quickstarts build for jakarta-rewrite and 3.0 branches
  • Loading branch information
gsmet authored Jan 10, 2023
2 parents 3f919e6 + a645343 commit 4395c18
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 main in forks
if: "github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')"
# 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'))
timeout-minutes: 90
strategy:
fail-fast: false
Expand Down

0 comments on commit 4395c18

Please sign in to comment.