mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 07:43:57 +08:00
only build sim container on schedule
This commit is contained in:
7
.github/workflows/sim_tests.yaml
vendored
7
.github/workflows/sim_tests.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user