diff options
author | 2020-11-19 09:18:27 +0100 | |
---|---|---|
committer | 2020-11-19 09:18:27 +0100 | |
commit | 4157adb16279dc816fa40851c09b660ec4663514 (patch) | |
tree | d894409612189b50c1acf66b62de478b73af173b | |
parent | Merge pull request #425 from python-discord/sebastiaan/backend/fix-flake8-in-ci (diff) |
Insert missing "jobs" yaml tag
-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 |