watchdog-go: fix
/ test (pull_request) Successful in 1s Details
/ build-docker-image (pull_request) Failing after 9s Details

This commit is contained in:
usbharu 2024-03-11 17:44:39 +09:00
parent 44c0bb7ddf
commit 1891b7e925
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
if: |
((github.event.action == 'labeled') &&
(github.event.label.name == 'watchdog-go')) ||
((github.event.action == 'synchronize') &&
((github.event.action == 'synchronized') &&
contains(github.event.pull_request.labels.*.name, 'watchdog-go')) ||
(github.event.action == 'workflow_dispatch')