Allow launching actions from web interface
parent
9a03eb347d
commit
34b3f1d131
|
@ -6,6 +6,7 @@ on:
|
|||
repository_dispatch:
|
||||
types:
|
||||
- monitor-php8.4
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test_extensions:
|
||||
|
|
|
@ -10,6 +10,7 @@ on:
|
|||
repository_dispatch:
|
||||
types:
|
||||
- readme-release
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
readme-release:
|
||||
|
|
|
@ -6,6 +6,7 @@ on:
|
|||
repository_dispatch:
|
||||
types:
|
||||
- test-recent-extensions
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
determine_extension_list:
|
||||
|
|
|
@ -4,6 +4,7 @@ on:
|
|||
repository_dispatch:
|
||||
types:
|
||||
- test-sending-notifications
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
send_sampe_notification:
|
||||
|
|
Loading…
Reference in New Issue