watchdog-go: fix
/ build-docker-image (pull_request) Has been skipped
Details
/ build-docker-image (pull_request) Has been skipped
Details
This commit is contained in:
parent
d74a6dfbe0
commit
83335a4d97
|
@ -16,7 +16,7 @@
|
||||||
((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 == 'synchronize') &&
|
||||||
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')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue