diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 92f6d86b..0ee573b8 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -1,10 +1,10 @@ name: Analysis on: - pull_request: - types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] - push: - branches: [main] + # pull_request: + # types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] + # push: + # branches: [main] workflow_dispatch: concurrency: diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 666813f2..3f0df583 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -1,14 +1,15 @@ name: Merge on: - push: - branches: [main] - paths-ignore: - - '*.md' - - '.github/**' - - '.github/graphics/**' - - '!.github/workflows/**' - workflow_dispatch: + # push: + # branches: [main] + # paths-ignore: + # - '*.md' + # - '.github/**' + # - '.github/graphics/**' + # - '!.github/workflows/**' + # workflow_dispatch: + pull_request: concurrency: group: ${{ github.workflow }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 68051e5f..b3ea4704 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -1,7 +1,8 @@ name: PR on: - pull_request: + # pull_request: + workflow_dispatch: concurrency: # PR open and close use the same group, allowing only one at a time