diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8606ad6..858f6c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.1.0 + uses: mikepenz/action-junit-report@v4.2.1 with: check_name: "test-result" report_paths: "**/surefire-reports/TEST-*.xml" @@ -67,7 +67,7 @@ jobs: publish-java-snapshot: #if: ${{ false }} # disable for now #avoid publishing PRs and dependabot branches - if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }} + if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} runs-on: ubuntu-latest permissions: contents: read