We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0808b8e commit 236de2bCopy full SHA for 236de2b
.github/workflows/pricing-coverage.yml
@@ -10,6 +10,10 @@ on:
10
paths:
11
- "ecommerce/pricing/Gemfile.lock"
12
- ".github/workflows/pricing-coverage.yml"
13
+ pull_request:
14
+ paths:
15
+ - "ecommerce/pricing/Gemfile.lock"
16
+ - ".github/workflows/pricing-coverage.yml"
17
schedule:
18
- cron: '0 17 * * *'
19
jobs:
.github/workflows/rails_application-coverage.yml
- "rails_application/Gemfile.lock"
- ".github/workflows/rails_application-coverage.yml"
+ - "rails_application/Gemfile.lock"
+ - ".github/workflows/rails_application-coverage.yml"
0 commit comments