Skip to content

Commit 2a27b5a

Browse files
committed
test
1 parent 88055be commit 2a27b5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/fobe_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- v*
1515
- "!v*-nightly"
1616
schedule:
17-
- cron: 0 2 * * *
17+
- cron: 15 10 * * *
1818

1919
jobs:
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 }}

.github/workflows/fobe_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: 0 1 * * *
13+
- cron: 0 10 * * *
1414

1515
jobs:
1616
sync:

0 commit comments

Comments
 (0)