aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-19 09:18:27 +0100
committerGravatar GitHub <[email protected]>2020-11-19 09:18:27 +0100
commit4157adb16279dc816fa40851c09b660ec4663514 (patch)
treed894409612189b50c1acf66b62de478b73af173b /.github
parentMerge pull request #425 from python-discord/sebastiaan/backend/fix-flake8-in-ci (diff)
Insert missing "jobs" yaml tag
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-deploy.yaml2
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