Build sim container once an hour

albatross
Willem Melching 2020-10-12 15:14:03 +02:00
parent e2fa4cc212
commit 6bded95c90
1 changed files with 3 additions and 3 deletions

View File

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