Skip to content

Commit 1c6187a

Browse files
authored
[TASK] Disable daily core synchronization (#30)
1 parent 2c04878 commit 1c6187a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/core-synchronization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Core Synchronization
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '30 4 * * *'
5+
#schedule:
6+
# - cron: '30 4 * * *'
77

88
jobs:
99
create_pull_request:

0 commit comments

Comments
 (0)