Skip to content

Commit a825b26

Browse files
committed
Reorder triggers in "Spell Check" workflow
No functional change, and neither is necessarily superior, but this is how it is in the "template", and so it must be here as well.
1 parent 9a8f796 commit a825b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Spell Check
22

33
on:
4-
pull_request:
54
push:
5+
pull_request:
66
schedule:
77
# Run every Tuesday at 8 AM UTC to catch new misspelling detections resulting from dictionary updates.
88
- cron: "0 8 * * TUE"

0 commit comments

Comments
 (0)