Mockup self-hosted runners + Bugfix run-tests by init-submods

This commit is contained in:
abejgonzalez
2021-10-08 13:43:27 -07:00
committed by Ella Schwarz
parent 60ba6357a0
commit 797f85c8af
6 changed files with 48 additions and 127 deletions

View File

@@ -20,6 +20,7 @@ jobs:
with:
access_token: ${{ github.token }}
<<<<<<< HEAD
commit-on-master-check:
name: commit-on-master-check
runs-on: ubuntu-latest
@@ -137,6 +138,7 @@ jobs:
run: .github/scripts/remote-install-verilator.sh
- uses: ./.github/actions/job-end
<<<<<<< HEAD
# Sentinel job to simplify how we specify which that basic setup is complete
#
# When adding new prep jobs, please add them to `needs` below