Skip to content

Commit 9dc5838

Browse files
committed
workflows: u-boot: Add weekly build
Signed-off-by: Loïc Minier <[email protected]>
1 parent dd07a7b commit 9dc5838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/u-boot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build U-Boot for RB1
22

33
on:
4+
# run weekly on Monday at 8:30am
5+
schedule:
6+
- cron: '30 8 * * 1'
47
# allow manual runs
58
workflow_dispatch:
69

@@ -23,6 +26,8 @@ concurrency:
2326

2427
jobs:
2528
build-u-boot-rb1:
29+
# don't run cron from forks of the main repository or from other branches
30+
if: github.repository == 'qualcomm-linux/qcom-deb-images' && github.ref == 'refs/heads/main'
2631
# for cross-builds
2732
runs-on: [self-hosted, qcom-u2404, amd64]
2833
# alternative for native builds, but overkill to do both

0 commit comments

Comments
 (0)