Skip to content

Commit 0a87119

Browse files
umarcoreine
authored andcommitted
ci: add 'workflow_dispath' to all workflows
1 parent 89709da commit 0a87119

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ base ]
910

.github/workflows/doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'graph/**'
1010
schedule:
1111
- cron: '0 0 * * 4'
12+
workflow_dispatch:
1213
repository_dispatch:
1314
types: [ doc ]
1415

.github/workflows/formal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ formal ]
910

.github/workflows/ghdl-yosys-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ ghdl-yosys-plugin ]
910

.github/workflows/ghdl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ ghdl ]
910

.github/workflows/gtkwave.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ gtkwave ]
910

.github/workflows/icestorm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ icestorm ]
910

.github/workflows/impl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ impl ]
910

.github/workflows/nextpnr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ nextpnr ]
910

.github/workflows/prjtrellis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: '0 0 * * 5'
7+
workflow_dispatch:
78
repository_dispatch:
89
types: [ prjtrellis ]
910

0 commit comments

Comments
 (0)