summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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