Skip to content

Commit 66556de

Browse files
committed
sync fork to upstream
2 parents 64ca95f + ca4cf2e commit 66556de

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/clear-deployment-history.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Clear Deployment History
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 0/4 * * *"
5+
# schedule:
6+
# - cron: "0 0/4 * * *"
77

88
permissions:
99
contents: read

.github/workflows/clear-resource-group.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Clear Resource Group
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
# Run every day at 4:30 AM (KST)
7-
- cron: "30 19 * * *"
5+
# schedule:
6+
# # Run every day at 4:30 AM (KST)
7+
# - cron: "30 19 * * *"
88

99
permissions:
1010
contents: read

.github/workflows/reset-resource-group.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Reset Resource Group
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
# Run every day at 5:30 AM (KST)
7-
- cron: "30 20 * * *"
5+
# schedule:
6+
# # Run every day at 5:30 AM (KST)
7+
# - cron: "30 20 * * *"
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)