Merge pull request #184 from ucb-bar/no-commit-on-master

Only check commit-on-master on master
This commit is contained in:
Abraham Gonzalez
2019-07-31 16:49:13 -06:00
committed by GitHub

View File

@@ -439,10 +439,20 @@ jobs:
# Order and dependencies of jobs to run
workflows:
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:
jobs:
# check to make sure commits are on master
- commit-on-master-check
# Make the toolchains
- install-riscv-toolchain