Skip to content

Commit 0fcafd9

Browse files
committed
fix: scheduling
1 parent d73e478 commit 0fcafd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
pull_request:
88
workflow_dispatch:
9-
schedule:
10-
- cron: '0 2 * * *' # Runs every night at 02:00 UTC
119

1210
concurrency:
1311
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}

0 commit comments

Comments
 (0)