Build sim container once an hour

old-commit-hash: 6bded95c90
commatwo_master
Willem Melching 5 years ago
parent 05a758d70e
commit 0af56c250c
  1. 6
      .github/workflows/sim_tests.yaml

@ -1,14 +1,14 @@
name: simulator name: simulator
on: on:
push: schedule:
pull_request: - cron: '0 * * * *'
jobs: jobs:
docker_build: docker_build:
name: build container name: build container
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
timeout-minutes: 50 timeout-minutes: 50
if: github.repository == 'commaai/openpilot' if: github.event_name == 'schedule' && github.repository == 'commaai/openpilot'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

Loading…
Cancel
Save