Skip to content

Commit cee637d

Browse files
authored
Disable periodic workflows on a repo that's been sunset (#1547)
* Disable periodic workflows on a repo that's been sunset This repo is no longer maintained. No need to run jobs using expensive machines * Disable run-readme-periodic.yml cron
1 parent 71552fd commit cee637d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: periodic
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/*

.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)