File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: Code Quality
3
3
on :
4
4
pull_request :
5
5
branches : [main, release/*]
6
+ schedule :
7
+ - cron : " 0 0 * * *" # Nightly
6
8
7
9
# Cancel previous runs if new commit is pushed to the same PR
8
10
concurrency :
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches : ["pull-request/[0-9]+"]
7
7
# NOTE: paths cannot be used since push happens to copied PR and only latest commit to PR is used
8
+ schedule :
9
+ - cron : " 0 0 * * *" # Nightly
8
10
9
11
# Cancel previous runs if new commit is pushed to the same PR
10
12
concurrency :
Original file line number Diff line number Diff line change 5
5
branches : [main, release/*]
6
6
push :
7
7
branches : [main, release/*]
8
+ schedule :
9
+ - cron : " 0 0 * * *" # Nightly
8
10
9
11
# Cancel previous runs if new commit is pushed
10
12
concurrency :
Original file line number Diff line number Diff line change 20
20
- " pyproject.toml"
21
21
- " setup.py"
22
22
- " tox.ini"
23
+ schedule :
24
+ - cron : " 0 0 * * *" # Nightly
23
25
24
26
# Cancel previous runs if new commit is pushed
25
27
concurrency :
You can’t perform that action at this time.
0 commit comments