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 96a05a1e6a - Show all commits

View File

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