diff --git a/.gitea/workflows/watchdog-build.yaml b/.gitea/workflows/watchdog-build.yaml index 36f5192..5e36f2c 100644 --- a/.gitea/workflows/watchdog-build.yaml +++ b/.gitea/workflows/watchdog-build.yaml @@ -24,7 +24,7 @@ jobs: if: | ((github.event.action == 'labeled') && (github.event.label.name == 'watchdog-go')) || - ((github.event.action == 'synchronize') && + ((github.event.action == 'synchronized') && contains(github.event.pull_request.labels.*.name, 'watchdog-go')) || (github.event.action == 'workflow_dispatch')