only build sim container on schedule

pull/2153/head
Willem Melching 5 years ago
parent c5dfbe7a72
commit dbb11d64c9
  1. 7
      .github/workflows/sim_tests.yaml

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

Loading…
Cancel
Save