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 4a5add0 commit f9680d1Copy full SHA for f9680d1
.github/workflows/run_tests.yml
@@ -264,7 +264,7 @@ jobs:
264
MPLBACKEND: agg
265
266
concurrency:
267
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-${{ matrix.platform }}-${{ matrix.python-version }}-remote
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-${{ github.event_name }}-${{ matrix.platform }}-${{ matrix.python-version }}-remote
268
cancel-in-progress: true
269
270
steps:
@@ -336,6 +336,7 @@ jobs:
336
337
- name: check-passing-remote-tests
338
run: |
339
+ echo "Local tests result: ${{ needs.local-tests.result }}"
340
echo "Remote tests result: ${{ needs.remote-tests.result }}"
341
342
if [[ "${{ needs.lint.result }}" != 'success' ]]; then
0 commit comments