diff --git a/.gitea/workflows/watchdog-build.yaml b/.gitea/workflows/watchdog-build.yaml index 446ca08..497b003 100644 --- a/.gitea/workflows/watchdog-build.yaml +++ b/.gitea/workflows/watchdog-build.yaml @@ -16,7 +16,7 @@ ((github.event.action == 'labeled') && (github.event.label.name == 'watchdog-go')) || ((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') steps: