Skip to content

Commit fd33d59

Browse files
authored
chore: run test workflow every day at 15:00 utc
1 parent d50f5dd commit fd33d59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

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

33
on:
4+
schedule:
5+
- cron: '0 15 * * *'
46
push:
57
branches: [main]
68
workflow_dispatch:

0 commit comments

Comments
 (0)