Skip to content

Commit

Permalink
chore(ci): temporarily disable comment_trigger workflow (vectordotdev…
Browse files Browse the repository at this point in the history
…#17480)

GitHub Support requested we try disabling the concurrency group to see
if it resolves the issue of the workflow failing to start.
  • Loading branch information
neuronull authored May 24, 2023
1 parent 9a44e6e commit 58d7f3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ env:
# can be removed when we switch back to the upstream openssl-sys crate
CARGO_NET_GIT_FETCH_WITH_CLI: true

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue_comment.issue.id }}-${{ github.event.comment.body }}
cancel-in-progress: true
# TODO: temporarily disabling concurrency groups at request of GitHub Support, to see if it resolves
# the issue we are having.
#concurrency:
# group: ${{ github.workflow }}-${{ github.event.issue_comment.issue.id }}-${{ github.event.comment.body }}
# cancel-in-progress: true

jobs:
validate:
Expand Down

0 comments on commit 58d7f3d

Please sign in to comment.