diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 1e68b30..a646082 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '15 02 * * *' # build fresh every 2:15 AM UTC + - cron: '10 17 * * *' # build fresh every 5:10 PM UTC push: # pull_request: workflow_dispatch: diff --git a/.gitmodules b/.gitmodules index 918457f..6a442f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "ext/rusefi"] path = ext/rusefi - url = https://github.com/kifir23917/rusefi - branch = lts-whitelabel-in-zip + url = https://github.com/rusefi/rusefi