watchdog-go: ci 手動実行を許可 #1
|
@ -7,6 +7,12 @@
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo ${{github.event.action}}
|
||||||
|
- run: echo ${{github.event.pull_request.labels.*.name}}
|
||||||
|
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in New Issue