Skip to content

Commit c75e049

Browse files
authored
Update ci-api-build.and.test.yml
schedule ci cd to prevent sonar key expiry
1 parent c87a5db commit c75e049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: API CI
22

33
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 1 */6 *'
47
push:
58
branches:
69
- master

0 commit comments

Comments
 (0)