We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d64b9 commit 1cf1182Copy full SHA for 1cf1182
.github/workflows/python-package.yml
@@ -20,7 +20,7 @@ on:
20
jobs:
21
build:
22
23
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
24
# See: https://github.com/marketplace/actions/skip-based-on-commit-message
25
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
26
strategy:
0 commit comments