Skip to content

Commit e3acc7f

Browse files
author
naman-msft
committed
tested and finalized deletion script and it will run on 11:11 UTC everyday
1 parent a5c4ba0 commit e3acc7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/script-cleanup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Daily RG Cleanup
22

33
on:
4-
# schedule:
5-
# # runs every day at 02:00 UTC
6-
# - cron: '0 2 * * *'
4+
schedule:
5+
# runs every day at 11:11 UTC
6+
- cron: '11 11 * * *'
77
workflow_dispatch:
88

99
permissions:

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Sync Markdown Files
22

33
on:
4-
schedule:
5-
- cron: '0 15 * * *'
4+
# schedule:
5+
# - cron: '0 15 * * *'
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)