Skip to content

Commit 48e1129

Browse files
committed
ci
1 parent c3555b5 commit 48e1129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push: null
44
pull_request: null
55
workflow_dispatch: null
6+
schedule:
7+
- cron: '0 6 * * *'
68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
810
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||

0 commit comments

Comments
 (0)