From dbb11d64c99b3b02ebe30b620d64bcf5d3b43e9c Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 10 Sep 2020 12:15:45 +0200 Subject: [PATCH] only build sim container on schedule --- .github/workflows/sim_tests.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sim_tests.yaml b/.github/workflows/sim_tests.yaml index 8ba3913e..b33a1126 100644 --- a/.github/workflows/sim_tests.yaml +++ b/.github/workflows/sim_tests.yaml @@ -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: