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

Commit

Permalink
revert syntax changes openai-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Infracloud-harsh committed Nov 30, 2023
1 parent a49ec52 commit 11f2846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
types: [created]

concurrency:
group: ${{ github.repository }}-${{ github.event.number || github.head_ref ||
group:
${{ github.repository }}-${{ github.event.number || github.head_ref ||
github.sha }}-${{ github.workflow }}-${{ github.event_name ==
'pull_request_review_comment' && 'pr_comment' || 'pr' }}
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
Expand Down

0 comments on commit 11f2846

Please sign in to comment.