Skip to content

Commit 11f4107

Browse files
committed
Temporarily disable debos builds
Signed-off-by: Loïc Minier <[email protected]>
1 parent d4da8be commit 11f4107

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/debos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build debos recipe
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 daily at 8:30am
1111
schedule:
1212
- cron: '30 8 * * *'

0 commit comments

Comments
 (0)