Skip to content

Commit

Permalink
Revert "Only run the quickstart compilation for main"
Browse files Browse the repository at this point in the history
This reverts commit e2934d5.
  • Loading branch information
gsmet committed Feb 8, 2023
1 parent 0c5b9c9 commit 3a98ac9
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' && (github.event_name != 'pull_request' || github.base_ref == 'main')) || !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 3a98ac9

Please sign in to comment.