Skip to content

Commit 84292ce

Browse files
committed
Disable GitHub Action
1 parent 7c34beb commit 84292ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-update-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Check Update Dev
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '45 */3 * * *'
5+
# schedule:
6+
# - cron: '45 */3 * * *'
77

88
jobs:
99
check-update-dev:

.github/workflows/check-update-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Check Update Stable
22

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

88
jobs:
99
check-update-stable:

0 commit comments

Comments
 (0)