File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - v*
1515 - " !v*-nightly"
1616 schedule :
17- - cron : 0 2 * * *
17+ - cron : 15 10 * * *
1818
1919jobs :
2020 setup :
@@ -266,7 +266,7 @@ jobs:
266266 strategy :
267267 fail-fast : false
268268 matrix : ${{ fromJSON(needs.setup.outputs.esp32) }}
269- uses : ./.github/workflows/fobe_build_firmware .yml
269+ uses : ./.github/workflows/fobe_build .yml
270270 with :
271271 repo_remote : origin
272272 repo_ref : ${{ github.sha }}
@@ -283,7 +283,7 @@ jobs:
283283 strategy :
284284 fail-fast : false
285285 matrix : ${{ fromJSON(needs.setup.outputs.nrf) }}
286- uses : ./.github/workflows/fobe_build_firmware .yml
286+ uses : ./.github/workflows/fobe_build .yml
287287 with :
288288 repo_remote : origin
289289 repo_ref : ${{ github.sha }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010on :
1111 workflow_dispatch :
1212 schedule :
13- - cron : 0 1 * * *
13+ - cron : 0 10 * * *
1414
1515jobs :
1616 sync :
You can’t perform that action at this time.
0 commit comments