Skip to content

Commit f4ed261

Browse files
committed
Temporarily disbale u-boot workflow
Signed-off-by: Loïc Minier <[email protected]>
1 parent 22d58ab commit f4ed261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/u-boot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build U-Boot for RB1
22

33
on:
44
# run on pull requests to the main branch
5-
pull_request:
6-
branches: [main]
5+
# pull_request:
6+
# branches: [main]
77
# run on pushes to the main branch
8-
push:
9-
branches: [main]
8+
# push:
9+
# branches: [main]
1010
# run weekly on Monday at 8:30am
1111
schedule:
1212
- cron: '30 8 * * 1'

0 commit comments

Comments
 (0)