Skip to content

Commit

Permalink
chore(ci): leverage reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Mar 7, 2024
1 parent c88c461 commit 1a4d513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4d513

Please sign in to comment.