Skip to content

Commit 95fb727

Browse files
committed
Run the CI workflow daily
1 parent 1697609 commit 95fb727

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
name: CI
55

66
on:
7-
- push
8-
- pull_request
7+
pull_request:
8+
push:
9+
schedule:
10+
- cron: '30 17 * * *' # Daily, 03:30 AEST / 04:30 AEDT.
11+
workflow_dispatch:
912

1013
jobs:
1114
lint:

0 commit comments

Comments
 (0)