Skip to content

Commit 3bb72ce

Browse files
authored
chore(ci): add cron trigger to repository-check (#729)
1 parent c04c032 commit 3bb72ce

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.github/workflows/repository-check.yml @DevExpress/devextreme-infrastructure
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
name: Health Check
1+
name: Repository Check
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 */6 * * *'
57
push:
68
branches:
79
- master

0 commit comments

Comments
 (0)