watchdog-go: fix
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user