watchdog-go: fix
This commit is contained in:
parent
3d806aab92
commit
e9ff65261d
|
@ -1,4 +1,4 @@
|
|||
on:
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
@ -6,7 +6,10 @@
|
|||
- labeled
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
permissions:
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue