watchdog-go: ci 手動実行を許可

This commit is contained in:
usbharu 2024-03-11 17:21:22 +09:00
parent 82141c76fc
commit c8f23ae941
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- opened
- synchronize
- labeled
workflow_dispatch:
jobs:
build-docker-image:
@ -15,7 +16,8 @@
((github.event.action == 'labeled') &&
(github.event.label.name == 'watchdog-go')) ||
((github.event.action == 'synchronize') &&
contains(github.event.pull_request.labels.*.name, 'watchdog-go')
contains(github.event.pull_request.labels.*.name, 'watchdog-go') ||
(github.event.action == 'workflow_dispatch')
steps:
- uses: actions/checkout@v3