Skip to content

Commit 05bec50

Browse files
committed
Change trigger
1 parent 79d4a6a commit 05bec50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: labels
22
on:
3-
push:
4-
branches:
5-
- labels-workflow
3+
# Trigger every Monday morning, or manually.
4+
schedule:
5+
- cron: 55 5 * * 1
66
workflow_dispatch:
77
jobs:
88
update:

0 commit comments

Comments
 (0)