Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit c0299d9

Browse files
authored
Add cron and push trigger
1 parent 4301a52 commit c0299d9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/sync-labels.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Sync labels
22
on:
33
workflow_dispatch: {}
4-
# Disabled for now while we're testing
5-
# push:
6-
# branches:
7-
# - develop
8-
# paths:
9-
# - .github/labels.yml
4+
schedule:
5+
- cron: "0 2 * * *" # 2am every day
6+
push:
7+
branches:
8+
- develop
9+
paths:
10+
- .github/labels.yml
1011
jobs:
1112
sync-labels:
1213
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop

0 commit comments

Comments
 (0)