From 1a4d5133995a8aae21d45f6314a20e1c18f9b297 Mon Sep 17 00:00:00 2001 From: Paolo Gallina Date: Thu, 7 Mar 2024 12:53:56 +0100 Subject: [PATCH] chore(ci): leverage reusable workflow --- .github/workflows/on_prerelease.yaml | 2 +- .github/workflows/on_push_pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_prerelease.yaml b/.github/workflows/on_prerelease.yaml index 77598bc8..a6d08d81 100644 --- a/.github/workflows/on_prerelease.yaml +++ b/.github/workflows/on_prerelease.yaml @@ -57,7 +57,7 @@ jobs: tag: ${{ github.event.release.tag_name }} integration: kafka publish_schema: "ohi-jmx" - test_integration_nix: false + run_integration_nix: false secrets: inherit diff --git a/.github/workflows/on_push_pr.yaml b/.github/workflows/on_push_pr.yaml index 58b7b118..7a703a74 100644 --- a/.github/workflows/on_push_pr.yaml +++ b/.github/workflows/on_push_pr.yaml @@ -17,7 +17,7 @@ jobs: uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v2 with: integration: kafka - test_integration_nix: false + run_integration_nix: false secrets: inherit # This is currently not covered by reusable workflow due to the retry mechanism