[ci] now reg tests are only run on PR for main branch

This commit is contained in:
tangxifan 2024-05-31 12:46:28 -07:00
parent 48c0b4b219
commit 3a14a59a8e
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ name: Test
# Run CI on push, PR, and weekly.
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0 " # weekly

View File

@ -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

View File

@ -3,7 +3,6 @@ name: Code Format
# Run CI on push, PR, and weekly.
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0 " # weekly