We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5813c9e commit 7f20af7Copy full SHA for 7f20af7
.github/workflows/extension-ai-analysis.yml
@@ -5,7 +5,7 @@ on:
5
types: [opened, synchronize, reopened, ready_for_review]
6
7
concurrency:
8
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
9
cancel-in-progress: true
10
11
jobs:
0 commit comments