Skip to content

Commit 236de2b

Browse files
committed
For pull requests run full mutation test if there are changes in the critical paths.
1 parent 0808b8e commit 236de2b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/pricing-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
paths:
1111
- "ecommerce/pricing/Gemfile.lock"
1212
- ".github/workflows/pricing-coverage.yml"
13+
pull_request:
14+
paths:
15+
- "ecommerce/pricing/Gemfile.lock"
16+
- ".github/workflows/pricing-coverage.yml"
1317
schedule:
1418
- cron: '0 17 * * *'
1519
jobs:

.github/workflows/rails_application-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
paths:
1111
- "rails_application/Gemfile.lock"
1212
- ".github/workflows/rails_application-coverage.yml"
13+
pull_request:
14+
paths:
15+
- "rails_application/Gemfile.lock"
16+
- ".github/workflows/rails_application-coverage.yml"
1317
schedule:
1418
- cron: '0 17 * * *'
1519
jobs:

0 commit comments

Comments
 (0)