Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
Signed-off-by: Lasse Gaardsholt <[email protected]>
  • Loading branch information
Gaardsholt committed Oct 12, 2023
1 parent 8f8234a commit 7d486ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 7d486ce

Please sign in to comment.