We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911f2a2 commit 2c3597cCopy full SHA for 2c3597c
.github/workflows/test.yml
@@ -25,8 +25,8 @@ jobs:
25
do_not_skip: '["pull_request"]'
26
27
tests:
28
- name: Run tests (${{ github.event_name }}, ${{ matrix.python-version }} on ${{ runner.os }})
29
- runs-on: ${{ runner.os }}
+ name: Run tests (${{ github.event_name }}, ${{ matrix.python-version }} on ${{ matrix.os }})
+ runs-on: ${{ matrix.os }}
30
needs: [check_duplicate_runs]
31
if: ${{ needs.check_duplicate_runs.outputs.should_skip != 'true' }}
32
strategy:
0 commit comments