Skip to content

Commit

Permalink
(Issue #91) Run PR actions less.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jared321 committed Jul 19, 2024
1 parent 6778ec8 commit 238aed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test PRs into develop & main

on:
pull_request:
types: [opened, edited, reopened, closed, synchronize]
branches:
- main
- develop
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test Taweret tools

on:
pull_request:
types: [opened, edited, reopened, closed, synchronize]
branches:
- main
- develop
Expand Down

0 comments on commit 238aed3

Please sign in to comment.