Remove commit-on-master check

We decided this was a bad idea, and that submodules should just avoid rebase-commits.
This commit is contained in:
Jerry Zhao 2019-07-29 22:37:21 -07:00
parent c6f4f36f07
commit a18d3ed920
1 changed files with 12 additions and 2 deletions

View File

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