From 45d96fd4e9bc17286241b631797c6889b6f2e7f0 Mon Sep 17 00:00:00 2001 From: kifir Date: Sun, 30 Jun 2024 00:11:10 +0300 Subject: [PATCH] Revert my debugging configuration --- .github/workflows/build-firmware.yaml | 2 +- .gitmodules | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 3f32539..6701cb9 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 20 * * *' # build fresh every 8:15 PM UTC + - cron: '10 17 * * *' # build fresh every 5:10 PM UTC push: # pull_request: workflow_dispatch: diff --git a/.gitmodules b/.gitmodules index 76be9a9..6a442f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "ext/rusefi"] path = ext/rusefi - url = https://github.com/kifir23917/rusefi - branch = lts-paralela-test + url = https://github.com/rusefi/rusefi