Skip to content

Commit ab9b4b9

Browse files
committed
Enable the cron schedule
1 parent b17aba9 commit ab9b4b9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/api_update_reminder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: A new release of the Shopify API is due soon
3-
assignees: andyw8 # @platform/dev-tools-education
3+
assignees: @platform/dev-tools-education
44
labels: automated
55
---
66

.github/workflows/api_update_reminder.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
2-
workflow_dispatch: # to allow for manual testing
3-
# schedule:
4-
# - cron: "0 0 1 3,6,9,12 *" # At 00:00 on 1st of March, June, September, and December
2+
schedule:
3+
- cron: "0 0 1 3,6,9,12 *" # At 00:00 on 1st of March, June, September, and December
54

65
name: API update reminder
76
jobs:

0 commit comments

Comments
 (0)