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

This commit is contained in:
2024-03-11 17:44:39 +09:00
parent 44c0bb7ddf
commit 1891b7e925
+1 -1
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')