From 06ee614cd9fdfc4d9dcb48c4094c182eb867519b Mon Sep 17 00:00:00 2001 From: Ilya Zuyev Date: Wed, 17 Feb 2021 18:27:09 -0800 Subject: [PATCH] run on label changed --- .github/workflows/pr_ok_to_test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr_ok_to_test.yaml b/.github/workflows/pr_ok_to_test.yaml index 044991244..67aa2fa6b 100644 --- a/.github/workflows/pr_ok_to_test.yaml +++ b/.github/workflows/pr_ok_to_test.yaml @@ -12,6 +12,11 @@ on: - labeled - opened - synchronize + label: + types: + - created + - edited + - deleted env: GOPROXY: https://proxy.golang.org -- GitLab