Skip to content

Commit a0f19b9

Browse files
committed
Fix openapi change detected workflow names
1 parent 45e6da3 commit a0f19b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-openapi-change.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
check-openapi-change:
18-
name: check-openapi-change ${{ github.event.client_payload.branch }}
18+
name: check-openapi-change/${{ matrix.python }}/${{ github.event.client_payload.branch }}
1919
runs-on: ubuntu-latest
2020
env:
2121
FORCE_COLOR: "1"

0 commit comments

Comments
 (0)