Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 11f2846

Browse files
revert syntax changes openai-review.yml
1 parent a49ec52 commit 11f2846

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openai-review.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
types: [created]
1212

1313
concurrency:
14-
group: ${{ github.repository }}-${{ github.event.number || github.head_ref ||
14+
group:
15+
${{ github.repository }}-${{ github.event.number || github.head_ref ||
1516
github.sha }}-${{ github.workflow }}-${{ github.event_name ==
1617
'pull_request_review_comment' && 'pr_comment' || 'pr' }}
1718
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}

0 commit comments

Comments
 (0)