1 parent 1a9e859 commit bcfb821Copy full SHA for bcfb821
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
publish:
31
name: Publish to PyPI
32
if: github.event_name == 'release' && github.event.action == 'created'
33
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
34
needs: test
35
steps:
36
- uses: actions/checkout@v2
@@ -50,7 +50,7 @@ jobs:
50
build_docker_image:
51
name: Build Docker Image
52
if: (github.event_name == 'release' && github.event.action == 'created') || github.event_name == 'push'
53
54
55
56
@@ -80,7 +80,7 @@ jobs:
80
name: Generate Documentation
81
if: github.event_name == 'push'
82
concurrency: generate_docs
83
84
85
86
with:
0 commit comments