Skip to content

Commit

Permalink
ci: add schedule for sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Jan 6, 2023
1 parent 0bf3935 commit c674820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Sync Icons

on: workflow_dispatch
on:
- schedule:
- cron: 0 0 * * 2,4,6
- workflow_dispatch

jobs:
sync:
Expand Down

0 comments on commit c674820

Please sign in to comment.