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