Skip to content

Commit af3e6fb

Browse files
Allow running actions & ci on dispatch (#2687)
* Allow running action-format on dispatch * Allow action-sync on workflow_dispatch * Allow ci.js on workflow_dispatch * [CI] Format code --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 27b824e commit af3e6fb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/action-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: 'javascript / format'
33
on:
44
issue_comment:
55
types: [created]
6+
workflow_dispatch:
67

78
jobs:
89
format:

.github/workflows/action-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: 'javascript / sync'
33
on:
44
issue_comment:
55
types: [created]
6+
workflow_dispatch:
67

78
jobs:
89
format:

.github/workflows/ci.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: javascript / main
66
on:
77
push:
88
branches: [main]
9+
workflow_dispatch:
910

1011
jobs:
1112
precheck:

0 commit comments

Comments
 (0)