Skip to content

Commit f3f6f1f

Browse files
committed
chore(ci): temporarily disable comment_trigger workflow
1 parent 80de738 commit f3f6f1f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/comment-trigger.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ env:
3434
# can be removed when we switch back to the upstream openssl-sys crate
3535
CARGO_NET_GIT_FETCH_WITH_CLI: true
3636

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

4143
jobs:
4244
validate:

0 commit comments

Comments
 (0)