From 9429021d90cfeaaa89e54111b07339388f171f44 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 19 Nov 2024 11:11:26 +0100 Subject: [PATCH] Revert commit to test GHA --- .github/workflows/run-integration-tests.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 7818435f9b..d9be2ec3b5 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -7,18 +7,12 @@ # https://docs.github.com/en/actions/learn-github-actions/expressions#example-returning-a-json-object name: "Integration tests" on: - issue_comment: - types: [ created ] - push: - branches: - - rossendrijver/metrics_integration_test + pull_request: permissions: contents: read jobs: run-integration-tests: name: On-demand integration test - if: | - github.event.issue.pull_request && contains(github.event.comment.body, '/integration-tests') runs-on: ubuntu-24.04 strategy: matrix: @@ -41,7 +35,6 @@ jobs: - name: Check out code and set up JDK and Maven uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 with: - checkout-ref: "refs/pull/${{ github.event.issue.number }}/head" java-version: 17.0.13 java-distribution: temurin maven-version: 3.9.9