Skip to content

Commit 7f40c52

Browse files
run new image generation github workflow every day, instead of weekly (#8)
* run new image generation github workflow every day, instead of weekly
1 parent aaaf75f commit 7f40c52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-images.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Build Docker images
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
# run every sunday at midnight
7-
- cron: "0 0 * * 0"
5+
repository_dispatch:
6+
types: [biome-release-cli-event]
87
push:
98
branches:
109
- main

0 commit comments

Comments
 (0)