From 7d486ce0022fa0ec245dab317aa1363af876c5e9 Mon Sep 17 00:00:00 2001 From: Lasse Gaardsholt Date: Thu, 12 Oct 2023 21:51:31 +0200 Subject: [PATCH] asd Signed-off-by: Lasse Gaardsholt --- .github/workflows/lint-test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 6fe101c..c14787e 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -2,11 +2,16 @@ name: Lint and Test Charts on: workflow_run: - workflows: ["Build image and push to GHCR"] + workflows: + - Build image and push to GHCR types: - completed jobs: + debugger: + runs-on: ubuntu-latest + steps: + - uses: hmarr/debug-action@v2 lint-test: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }}