Skip to content

Commit

Permalink
Enable label sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored Nov 29, 2023
1 parent bcec77c commit 98e860a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Sync labels
on:
workflow_dispatch: {}
# Disabled while we're setting this up and testing it
# schedule:
# - cron: "0 2 * * *" # 2am every day
# push:
# branches:
# - develop
# paths:
# - .github/labels.yml
schedule:
- cron: "0 1 * * *" # 1am every day
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
sync-labels:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
Expand Down

0 comments on commit 98e860a

Please sign in to comment.