Skip to content

Commit 789d31e

Browse files
committed
feat(ci): add health-check workflow
1 parent 5ae3967 commit 789d31e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/health-check.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Health Check
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
9+
jobs:
10+
invoke:
11+
name: Invoke
12+
uses: DevExpress/github-actions/.github/workflows/repository-check.yml@repository-check

0 commit comments

Comments
 (0)