only build sim container on schedule

This commit is contained in:
Willem Melching
2020-09-10 12:15:45 +02:00
parent c5dfbe7a72
commit dbb11d64c9

View File

@@ -1,10 +1,7 @@
name: simulator
on:
push:
# TODO: remove the push trigger, and only run on schedule
#schedule:
#- cron: '0 * * * *'
schedule:
- cron: '0 * * * *'
jobs:
docker_build: