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

This commit is contained in:
2024-03-11 17:27:10 +09:00
parent d74a6dfbe0
commit 83335a4d97
+1 -1
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: