[ci] now reg tests are only run on PR for main branch
This commit is contained in:
parent
48c0b4b219
commit
3a14a59a8e
|
@ -3,7 +3,6 @@ name: Test
|
|||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
|
|
@ -3,7 +3,6 @@ name: Cell Library Tests
|
|||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
|
|
@ -3,7 +3,6 @@ name: Code Format
|
|||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
|
Loading…
Reference in New Issue