Skip to content

Commit

Permalink
Allow launching actions from web interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Sep 8, 2024
1 parent 742d0ca commit 21be066
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monitor-php8.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
repository_dispatch:
types:
- monitor-php8.4
workflow_dispatch:

jobs:
test_extensions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/readme-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
repository_dispatch:
types:
- readme-release
workflow_dispatch:

jobs:
readme-release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-recent-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
repository_dispatch:
types:
- test-recent-extensions
workflow_dispatch:

jobs:
determine_extension_list:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-sending-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
repository_dispatch:
types:
- test-sending-notifications
workflow_dispatch:

jobs:
send_sampe_notification:
Expand Down

0 comments on commit 21be066

Please sign in to comment.