Skip to content

Commit 69f2b89

Browse files
fix: broken semantic-pr action (#8)
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 97f3916 commit 69f2b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- synchronize
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
1313
cancel-in-progress: true
1414

1515
permissions:

0 commit comments

Comments
 (0)