From 41c49bafb1b192d2ee25b7394cead2386e452dc2 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 17 Dec 2021 10:55:28 +0200 Subject: [PATCH] Make deployment only if checks are green --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5349b3..784234f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: deploy: name: Deploy - needs: unit + needs: check runs-on: ubuntu-latest # Run only on pushing a tag if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')