Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit ecb5e12

Browse files
Merge branch 'master' into release/next-v2.0.1
2 parents d579239 + 0a6274f commit ecb5e12

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: 19 7 28 * *
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
jobs:

0 commit comments

Comments
 (0)