Skip to content

Commit cfa8aad

Browse files
Merge pull request #286 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 0cdbefd + 959aaef commit cfa8aad

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: 44 20 9 * *
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 12 * * 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
jobs:

0 commit comments

Comments
 (0)