File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 34
34
# can be removed when we switch back to the upstream openssl-sys crate
35
35
CARGO_NET_GIT_FETCH_WITH_CLI : true
36
36
37
- # TODO: temporarily disabling concurrency groups at request of GitHub Support, to see if it resolves
38
- # the issue we are having.
37
+ # The below concurrency group settings would let us cancel in progress runs that were triggered with the
38
+ # same comment on a given PR, which could save on time consuming runs.
39
+ # But GH does not currently support the github.event.comment.body as part of the concurrency name, this
40
+ # appears to be due to the potential length of it.
39
41
# concurrency:
40
- # group: ${{ github.workflow }}-${{ github.event.issue_comment. issue.id }}-${{ github.event.comment.body }}
42
+ # group: ${{ github.workflow }}-${{ github.event.issue.id }}-${{ github.event.comment.body }}
41
43
# cancel-in-progress: true
42
44
43
45
jobs :
You can’t perform that action at this time.
0 commit comments