Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit f5295a5

Browse files
Merge pull request #354 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 465bb70 + 2b21275 commit f5295a5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/broken-link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
- cron: 21 9 26 * *
44
repository_dispatch:
55
types: [check-link]
6+
workflow_dispatch:
67

78
name: Broken Link Check
89
jobs:

.github/workflows/sync-workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
- cron: 0 16 * * 4
44
repository_dispatch:
55
types: [sync-workflows]
6+
workflow_dispatch:
67

78
name: Sync workflows
89
jobs:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [opened, reopened, closed]
66
repository_dispatch:
77
types: [update-deps]
8+
workflow_dispatch:
89

910
name: Update dependencies
1011

0 commit comments

Comments
 (0)