From 94dc521310b34b80158d1a0ab65d4daa3a44d81e Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 13 Nov 2023 22:29:17 -0500 Subject: ci: disable deploy workflow for now see https://github.com/garnix-io/issues/issues/63 --- .github/workflows/deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4612b5d..4cd02fe 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,16 +1,14 @@ name: deploy systems on: - check_suite: - types: [completed] + #check_suite: + # types: [completed] workflow_dispatch: jobs: deploy: runs-on: ubuntu-latest - # 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