Revert my debugging configuration
This commit is contained in:
parent
6e8bbfb5f8
commit
a37941cd65
|
@ -2,7 +2,7 @@ name: Create Board Firmware
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 02 * * *' # build fresh every 2:15 AM UTC
|
- cron: '10 17 * * *' # build fresh every 5:10 PM UTC
|
||||||
push:
|
push:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[submodule "ext/rusefi"]
|
[submodule "ext/rusefi"]
|
||||||
path = ext/rusefi
|
path = ext/rusefi
|
||||||
url = https://github.com/kifir23917/rusefi
|
url = https://github.com/rusefi/rusefi
|
||||||
branch = lts-whitelabel-in-zip
|
|
||||||
|
|
Loading…
Reference in New Issue