Skip to content

Commit

Permalink
Merge pull request #192 from technote-space/chore/chore-sync-workflows
Browse files Browse the repository at this point in the history
chore: sync workflows
  • Loading branch information
technote-space authored Jul 11, 2020
2 parents 6681974 + 8997f19 commit 1443a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
- cron: 0 0 1 * *
repository_dispatch:
types: [check-link]
workflow_dispatch:

name: Broken Link Check
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
- cron: 0 18 * * 4
repository_dispatch:
types: [sync-workflows]
workflow_dispatch:

name: Sync workflows
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, reopened, closed]
repository_dispatch:
types: [update-deps]
workflow_dispatch:

name: Update dependencies
jobs:
Expand Down

0 comments on commit 1443a67

Please sign in to comment.