Skip to content

Commit adf967b

Browse files
committed
Disable distribute-grain action
1 parent 165ca7d commit adf967b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/distribute-grain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Distribute Grain
22
on:
33
# A new Cred interval every Sunday. We'll distribute Grain 5 minutes
44
# after the new interval
5-
schedule:
6-
- cron: 5 0 * * 0 # 00:05 UTC, 16:05 PST
5+
# schedule:
6+
# - cron: 5 0 * * 0 # 00:05 UTC, 16:05 PST
77
push:
88
branches:
99
# allows us to test this workflow, or manually generate distributions

0 commit comments

Comments
 (0)