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 c098caf commit e571487Copy full SHA for e571487
.github/workflows/daily_ci.yml
@@ -4,6 +4,9 @@ name: Daily CI
4
on:
5
schedule:
6
- cron: "00 15 * * 1-5"
7
+ pull_request:
8
+ paths:
9
+ - ".github/workflows/daily_ci.yml" # To test this workflow on PR stage only when there is a change.
10
11
jobs:
12
codebuild_batch:
0 commit comments