From 50f9307b31f338da59c7c9cdbfe88afa5e28b12e Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 13 Nov 2023 22:07:21 -0500 Subject: ci: try to fix deploy conditional --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 939c811..4612b5d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,8 +9,8 @@ jobs: deploy: runs-on: ubuntu-latest - # only run after garnix - if: github.event.app.slug == 'garnix-ci' + # only run after garnix succeeds + if: github.event.check_suite.app.slug == 'garnix-ci' && github.event.check_suite.conclusion == 'success' steps: - uses: actions/checkout@v4 -- cgit v1.2.3