diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8606ad6..0a65aa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pom.xml b/pom.xml index 459e281..30671e1 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ org.apache.logging.log4j log4j-slf4j2-impl - 2.23.0 + 2.23.1 test