watchdog-go: fix
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-11 17:27:10 +09:00
parent d74a6dfbe0
commit 83335a4d97
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
((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: