watchdog-go: fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user