Skip to content

Commit

Permalink
Skip jacoco job for merge_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Sep 19, 2024
1 parent 0b0f2e7 commit 1953fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ jobs:

- name: Upload Report
uses: 'actions/upload-artifact@v4'
if: github.event_name != 'merge_group'
with:
name: jacoco-report
path: ${{ github.workspace }}/target/site/jacoco/
retention-days: 2

- name: Add coverage to PR
id: jacoco
if: github.event_name != 'merge_group'
uses: madrapps/jacoco-report@v1.7.0
with:
paths: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
Expand Down

0 comments on commit 1953fa7

Please sign in to comment.