From 6a10c9dcd2738707d13c02863401074e917d6ee9 Mon Sep 17 00:00:00 2001 From: Andrew Scribner Date: Thu, 21 Mar 2024 13:39:59 -0400 Subject: [PATCH] DEBUG DO NOT MERGE Trying to debug the publishing CI --- .github/workflows/on_pull_request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index d6fe0c3..d7b6f75 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -10,9 +10,9 @@ on: jobs: tests: - name: Run Tests - uses: ./.github/workflows/integrate.yaml - secrets: inherit +# name: Run Tests +# uses: ./.github/workflows/integrate.yaml +# secrets: inherit # publish runs in parallel with tests, as we always publish in this situation publish-charm: