Skip to content

Commit

Permalink
Merge pull request quarkusio#43918 from gsmet/dont-populate-cache-for-pr
Browse files Browse the repository at this point in the history
CI - Do not populate the cache for PRs as we won't store it
  • Loading branch information
gsmet authored Oct 17, 2024
2 parents ae7eb94 + 583ef95 commit f63fbb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
restore-keys: |
develocity-cache-Initial JDK 17 Build-${{ github.event.pull_request.number }}-
- name: Populate the cache
# only populate the cache if it's not a pull request as we only store the cache in this case
if: github.event_name != 'pull_request'
run: |
./mvnw -T2C $COMMON_MAVEN_ARGS dependency:go-offline
- name: Verify native-tests.json
Expand Down

0 comments on commit f63fbb4

Please sign in to comment.