Skip to content

Commit

Permalink
CI (Buildkite, GHA): in the "Retry Failed Buildkite Jobs" workflow, r…
Browse files Browse the repository at this point in the history
…emove the `labeled` trigger (#42642)

(cherry picked from commit e6d0465)
  • Loading branch information
DilumAluthge authored and staticfloat committed Dec 22, 2022
1 parent f0c10f9 commit 07fa721
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/retry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 07fa721

Please sign in to comment.