We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f639b commit c02a748Copy full SHA for c02a748
.github/workflows/ci-python.yml
@@ -23,7 +23,7 @@ jobs:
23
tox_linting:
24
if: ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[py]') == true }}
25
needs: check_workflow
26
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
27
steps:
28
- name: Checkout source tree
29
uses: actions/checkout@v3
0 commit comments