diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 668927e0..c00f7f6a 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -8,9 +8,9 @@ on: types: - completed +jobs: build-and-deploy: name: Build and Deploy to Kubernetes - needs: lint-test if: github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest |