Skip to content

Commit ee5f909

Browse files
authored
Limit the Number of Testing Runs in GH Actions (#743)
* limit testing runs * add review_requested for when tests get run as distinct from ready for review * add dummy change to test settings * Revert "add dummy change to test settings" This reverts commit 768d5e7. * reinstate dummy change * Revert "reinstate dummy change" This reverts commit 62f7cbc.
2 parents c3d7840 + dfb0bb7 commit ee5f909

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: Testing
22
on:
3-
push:
4-
branches:
5-
- main
6-
- develop
73
pull_request:
84
branches:
95
- main
106
- develop
7+
types:
8+
- opened
9+
- ready_for_review
10+
- review_requested
11+
- enqueued
12+
paths:
13+
- h2integrate/**.py
1114
schedule:
1215
- cron: 0 0 * * MON
1316
jobs:

0 commit comments

Comments
 (0)