Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e01fa5c

Browse files
authored
Disable run-readme-periodic.yml cron
1 parent f528115 commit e01fa5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-readme-periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Run the README instructions periodically to ensure they work
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *' # Runs daily at midnight UTC
4+
#schedule:
5+
# - cron: '0 0 * * *' # Runs daily at midnight UTC
66
push:
77
tags:
88
- ciflow/periodic/*

0 commit comments

Comments
 (0)