From 904770708608006bd769e425494de7415c0b8a5e Mon Sep 17 00:00:00 2001 From: emileten Date: Thu, 22 Feb 2024 13:33:42 +0300 Subject: [PATCH] make deployment workflow a manual workflow and add a checklist 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..1e0404c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +## :warning: Checklist if your PR is changing anything else than documentation +- [ ] I manually ran successfully the deployment workflow \ 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: