Skip to content

Commit 6d9bc37

Browse files
authored
Update ci-api-build.and.test.yml
schedule ci/cd to prevent sonar key expiry
1 parent 2b19043 commit 6d9bc37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-api-build.and.test.yml

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

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

0 commit comments

Comments
 (0)