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

Merged
usbharu merged 19 commits from ci into master 2024-03-11 10:09:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 83335a4d97 - Show all commits

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: