watchdog-go: fix
This commit is contained in:
parent
44c0bb7ddf
commit
1891b7e925
|
@ -24,7 +24,7 @@ jobs:
|
||||||
if: |
|
if: |
|
||||||
((github.event.action == 'labeled') &&
|
((github.event.action == 'labeled') &&
|
||||||
(github.event.label.name == 'watchdog-go')) ||
|
(github.event.label.name == 'watchdog-go')) ||
|
||||||
((github.event.action == 'synchronize') &&
|
((github.event.action == 'synchronized') &&
|
||||||
contains(github.event.pull_request.labels.*.name, 'watchdog-go')) ||
|
contains(github.event.pull_request.labels.*.name, 'watchdog-go')) ||
|
||||||
(github.event.action == 'workflow_dispatch')
|
(github.event.action == 'workflow_dispatch')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue