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 265a35e commit 0fda6a2Copy full SHA for 0fda6a2
.github/workflows/pr.yml
@@ -56,9 +56,9 @@ jobs:
56
uses: ./.github/workflows/js_tests.yml
57
secrets: inherit
58
59
- js-tests:
+ charts-tests:
60
needs: [ changes ]
61
- name: Tests JS package
+ name: Tests Chart package
62
# If the PR does not have the label 'js-rc', the code is already tested in the prerelease workflow
63
if: needs.changes.outputs.charts == 'true' && !contains( github.event.pull_request.labels.*.name, 'charts-rc')
64
uses: ./.github/workflows/charts_tests.yml
0 commit comments