watchdog-go: fix
/ test (pull_request) Successful in 26s Details
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-11 17:30:19 +09:00
parent 83335a4d97
commit 2ae57c535f
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo ${{github.event.action}}
- run: echo ${{github.event.pull_request.labels.*.name}}
build-docker-image:
runs-on: ubuntu-latest
defaults: