Skip to content

Commit

Permalink
Adds closed to the pr types when running actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Oct 1, 2024
1 parent abcbd3c commit f1158f9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli base (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-dockstring-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli dockstring (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-lambo-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli lambo (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-protein-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli protein (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-rasp-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli rasp (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-rmf-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli rmf (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-tdc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poli tdc (conda, py3.10)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, closed]
branches:
- dev
- master
Expand Down

0 comments on commit f1158f9

Please sign in to comment.