Skip to content

Commit 58e8987

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildkite, GHA): in the "Retry Failed Buildkite Jobs" workflow, remove the labeled trigger (#42642)
(cherry picked from commit e6d0465)
1 parent fc84a83 commit 58e8987

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/retry.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ on:
2727
# the PR is from a fork. Therefore, for security reasons, we do not checkout any code in
2828
# this workflow.
2929
pull_request_target:
30-
31-
# TODO: delete the following line (once we have completely transitioned from Buildbot to Buildkite)
32-
types: [ reopened, labeled ]
33-
34-
# TODO: uncomment the following line (once we have completely transitioned from Buildbot to Buildkite)
35-
# types: [ reopened ]
30+
types: [ reopened ]
3631

3732
# We do not give the `GITHUB_TOKEN` any permissions.
3833
permissions:

0 commit comments

Comments
 (0)