From 3a7642585280f761e43695f2d754c9607718d994 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 11 Dec 2024 16:51:18 -0800 Subject: [PATCH] Test --- .github/workflows/merge.yml | 27 ++++++++++++++------------- .github/workflows/pr-close.yml | 5 +++-- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 49153779d..ffc7bacf8 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -1,19 +1,20 @@ name: Merge on: - push: - branches: [main] - paths-ignore: - - '*.md' - - '.github/**' - - '.github/graphics/**' - - '!.github/workflows/**' - workflow_dispatch: - inputs: - pr_no: - description: "Tag set to deploy; e.g. PR number, latest or prod (default)" - type: string - default: 'prod' + pull_request: + # push: + # branches: [main] + # paths-ignore: + # - '*.md' + # - '.github/**' + # - '.github/graphics/**' + # - '!.github/workflows/**' + # workflow_dispatch: + # inputs: + # pr_no: + # description: "Tag set to deploy; e.g. PR number, latest or prod (default)" + # type: string + # default: 'prod' concurrency: # Do not interrupt previous workflows diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 17b4d2482..7bbaae4b4 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -1,8 +1,9 @@ name: PR Closed on: - pull_request: - types: [closed] + # pull_request: + # types: [closed] + workflow_dispatch: concurrency: # PR open and close use the same group, allowing only one at a time