From 27709a3e7aa2152e00a6d466f30a0b3ebd241de1 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 14 Oct 2021 03:12:58 -0400 Subject: [PATCH] CI (Buildkite, GHA): in the "Retry Failed Buildkite Jobs" workflow, remove the `labeled` trigger --- .github/workflows/retry.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/retry.yml b/.github/workflows/retry.yml index 71bdf12a3fd9c..d07eeef393ab7 100644 --- a/.github/workflows/retry.yml +++ b/.github/workflows/retry.yml @@ -27,12 +27,7 @@ on: # the PR is from a fork. Therefore, for security reasons, we do not checkout any code in # this workflow. pull_request_target: - - # TODO: delete the following line (once we have completely transitioned from Buildbot to Buildkite) - types: [ reopened, labeled ] - - # TODO: uncomment the following line (once we have completely transitioned from Buildbot to Buildkite) - # types: [ reopened ] + types: [ reopened ] # We do not give the `GITHUB_TOKEN` any permissions. permissions: