Skip to content

Commit ca4cf2e

Browse files
committed
Update GHA workflows
1 parent 97a3b53 commit ca4cf2e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

+2-2
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

+3-3
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

+3-3
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)