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 3d806aab92 - Show all commits

View File

@ -11,7 +11,7 @@
runs-on: ubuntu-latest
steps:
- run: echo ${{github.event.action}}
- run: echo ${{github.event.pull_request.labels.*.name}}
- run: echo ${{github.event.pull_request.labels}}
build-docker-image:
runs-on: ubuntu-latest