summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-13 22:29:17 -0500
committerseth <[email protected]>2023-11-13 22:29:17 -0500
commit94dc521310b34b80158d1a0ab65d4daa3a44d81e (patch)
treed2867395c858475955cc66b499d78a6ba1186123
parent50f9307b31f338da59c7c9cdbfe88afa5e28b12e (diff)
ci: disable deploy workflow for now
see https://github.com/garnix-io/issues/issues/63
-rw-r--r--.github/workflows/deploy.yaml6
1 files changed, 2 insertions, 4 deletions
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