From 0debc381a6748f266b3ccda910684e65ea296e00 Mon Sep 17 00:00:00 2001 From: emileten Date: Thu, 22 Feb 2024 13:53:18 +0300 Subject: [PATCH] make deployment workflow manual and add a reminder in pr template --- .github/pull_request_template.md | 2 ++ .github/workflows/deploy.yaml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a3e9ff2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +## :warning: Checklist if your PR is changing anything else than documentation +- [ ] The manual deployment workflow ran successfully \ No newline at end of file diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 82245aa..f2b2eff 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,8 +1,7 @@ -name: Test deployment +name: Deployment on: - merge_group: - branches: [ main ] + workflow_dispatch: jobs: build_package_and_deploy: