We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80de738 commit f3f6f1fCopy full SHA for f3f6f1f
.github/workflows/comment-trigger.yml
@@ -34,9 +34,11 @@ env:
34
# can be removed when we switch back to the upstream openssl-sys crate
35
CARGO_NET_GIT_FETCH_WITH_CLI: true
36
37
-concurrency:
38
- group: ${{ github.workflow }}-${{ github.event.issue_comment.issue.id }}-${{ github.event.comment.body }}
39
- 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:
40
+# group: ${{ github.workflow }}-${{ github.event.issue_comment.issue.id }}-${{ github.event.comment.body }}
41
+# cancel-in-progress: true
42
43
jobs:
44
validate:
0 commit comments