Skip to content

Commit

Permalink
ci: run docs action as cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 21, 2020
1 parent c7183f0 commit fc8da80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/milestone.yml
Expand Up @@ -2,10 +2,8 @@ name: Generate and Publish Milestone Document

on:
workflow_dispatch:
issues:
types: [opened, closed, edited, demilestoned, milestoned, reopened, assigned, unassigned, labeled, unlabeled]
pull_request:
types: [opened, closed, edited, demilestoned, milestoned, reopened, assigned, unassigned, labeled, unlabeled]
schedule:
- cron: "0 0 * * *"

jobs:
milestone:
Expand Down

0 comments on commit fc8da80

Please sign in to comment.