Skip to content

Commit 80c1c83

Browse files
ci. add schedule pipeline to verify beta channel changes
1 parent c8fbcc4 commit 80c1c83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/base-beta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Base (beta)
22

33
on:
4+
schedule:
5+
- cron: '0 0 */15 * *' # Runs every 15 days for verifying changes on Flutter beta channel
46
push:
57
branches: [beta]
68
tags:

0 commit comments

Comments
 (0)