Skip to content

Commit f9680d1

Browse files
ci: Yet another test of protection rules (#2630)
* ci: Yet another test of protection rules * Update run_tests.yml
1 parent 4a5add0 commit f9680d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
MPLBACKEND: agg
265265

266266
concurrency:
267-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-${{ matrix.platform }}-${{ matrix.python-version }}-remote
267+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-${{ github.event_name }}-${{ matrix.platform }}-${{ matrix.python-version }}-remote
268268
cancel-in-progress: true
269269

270270
steps:
@@ -336,6 +336,7 @@ jobs:
336336
steps:
337337
- name: check-passing-remote-tests
338338
run: |
339+
echo "Local tests result: ${{ needs.local-tests.result }}"
339340
echo "Remote tests result: ${{ needs.remote-tests.result }}"
340341
341342
if [[ "${{ needs.lint.result }}" != 'success' ]]; then

0 commit comments

Comments
 (0)