From f6bf23030b74460fbc51002619d623073d38aebe Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Fri, 2 Feb 2024 08:35:50 -0500 Subject: [PATCH] wrong action Signed-off-by: Justin Florentine --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/integration-tests.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 7ad86400ac8..69d782f9c47 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -40,7 +40,7 @@ jobs: distribution: temurin java-version: 17 - name: get acceptance test report - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d with: branch: main name_is_regexp: true diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 63297b5f930..2edb04875d7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,9 +1,6 @@ name: integration-tests on: - pull_request: - pull_request_review: - types: - - submitted + pull_request_target: env: GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false"