Skip to content

Commit ab7db71

Browse files
authored
feat(ci): add health-check workflow (#33507)
1 parent f0d47f7 commit ab7db71

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+
- 25_1
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)