Skip to content

Commit 2e65603

Browse files
authored
Merge pull request #505 from Shopify/andyw8/allow-api-reminder-manual-trigger
Allow manual trigger of workflow
2 parents ec72267 + 4812b24 commit 2e65603

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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: Shopify/platform-dev-tools-education
3+
assignees: "Shopify/platform-dev-tools-education"
44
labels: automated
55
---
66

.github/api_update_reminder_on_release.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 occurred
3-
assignees: Shopify/platform-dev-tools-education
3+
assignees: "Shopify/platform-dev-tools-education"
44
labels: automated
55
---
66

.github/workflows/api_update_reminder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch: ~
23
schedule:
34
- cron: "0 0 1 3,6,9,12 *" # At 00:00 on 1st of March, June, September, and December
45

.github/workflows/api_update_reminder_on_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch: ~
23
schedule:
34
- cron: "0 0 1 1,4,7,10 *" # At 00:00 on 1st of January, April, July, and October
45

0 commit comments

Comments
 (0)