Skip to content

Commit

Permalink
Merge pull request #31008 from gsmet/reenable-quickstarts
Browse files Browse the repository at this point in the history
Reenable quickstarts in CI for all branches
  • Loading branch information
gsmet authored Feb 8, 2023
2 parents c15cfc9 + 3a98ac9 commit 2e99481
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,7 @@ jobs:
runs-on: ${{matrix.java.os-name}}
needs: build-jdk11
# Skip main in forks
if: "(github.repository == 'quarkusio/quarkus' && (github.event_name != 'pull_request' || github.base_ref == 'main')) \
|| (github.repository != 'quarkusio/quarkus' && !endsWith(github.ref, '/main'))"
if: github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')
timeout-minutes: 90
strategy:
fail-fast: false
Expand Down

0 comments on commit 2e99481

Please sign in to comment.