Revert my debugging configuration
This commit is contained in:
parent
6e8bbfb5f8
commit
a37941cd65
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue