Skip to content

Commit 0fda6a2

Browse files
committed
Fix job name in workflow
1 parent 265a35e commit 0fda6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
uses: ./.github/workflows/js_tests.yml
5757
secrets: inherit
5858

59-
js-tests:
59+
charts-tests:
6060
needs: [ changes ]
61-
name: Tests JS package
61+
name: Tests Chart package
6262
# If the PR does not have the label 'js-rc', the code is already tested in the prerelease workflow
6363
if: needs.changes.outputs.charts == 'true' && !contains( github.event.pull_request.labels.*.name, 'charts-rc')
6464
uses: ./.github/workflows/charts_tests.yml

0 commit comments

Comments
 (0)