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 6 additions and 0 deletions
Showing only changes of commit 2ae57c535f - Show all commits

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: