Merge pull request #184 from ucb-bar/no-commit-on-master
Only check commit-on-master on master
This commit is contained in:
@@ -439,10 +439,20 @@ jobs:
|
|||||||
# Order and dependencies of jobs to run
|
# Order and dependencies of jobs to run
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
submodules-on-master:
|
||||||
|
jobs:
|
||||||
|
# Check to make sure submodule commits are on master branches
|
||||||
|
- commit-on-master-check
|
||||||
|
triggers:
|
||||||
|
- schedule:
|
||||||
|
cron: "0 0 * * *"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
build-and-test-chipyard-integration:
|
build-and-test-chipyard-integration:
|
||||||
jobs:
|
jobs:
|
||||||
# check to make sure commits are on master
|
|
||||||
- commit-on-master-check
|
|
||||||
|
|
||||||
# Make the toolchains
|
# Make the toolchains
|
||||||
- install-riscv-toolchain
|
- install-riscv-toolchain
|
||||||
|
|||||||
Reference in New Issue
Block a user