From 238aed3901015c0c11b7db7b38aa84c0d8142a22 Mon Sep 17 00:00:00 2001 From: Jared O'Neal Date: Fri, 19 Jul 2024 15:52:42 -0500 Subject: [PATCH] (Issue #91) Run PR actions less. Some were running on edits to PR conversations as well as upon closing. Revert to default, which seems to be working for other PR actions. If we want actions to run upon merging, then we will make actions on special branches in accord with the git workflow to run on pushes to the branch. --- .github/workflows/pr_test.yml | 1 - .github/workflows/test_tools.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 23896406..c93949b2 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -2,7 +2,6 @@ name: Test PRs into develop & main on: pull_request: - types: [opened, edited, reopened, closed, synchronize] branches: - main - develop diff --git a/.github/workflows/test_tools.yml b/.github/workflows/test_tools.yml index 6356f42f..a485d12c 100644 --- a/.github/workflows/test_tools.yml +++ b/.github/workflows/test_tools.yml @@ -2,7 +2,6 @@ name: Test Taweret tools on: pull_request: - types: [opened, edited, reopened, closed, synchronize] branches: - main - develop