Skip to content

Commit 2f87ddb

Browse files
committed
Correct Fluent version for doc and coverage upload
1 parent e6ce968 commit 2f87ddb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
needs: [docs-style]
9292
runs-on: [self-hosted, pyfluent]
9393
env:
94-
DOC_DEPLOYMENT_IMAGE_TAG: v22.2.0
94+
DOC_DEPLOYMENT_IMAGE_TAG: v23.1.0
9595

9696
steps:
9797
- uses: actions/checkout@v3
@@ -432,15 +432,15 @@ jobs:
432432
PYFLUENT_START_INSTANCE: 0
433433
FLUENT_IMAGE_TAG: ${{ matrix.image-tag }}
434434

435-
- name: Upload 22.2 Coverage Results to Codecov
436-
if: matrix.image-tag == 'v22.2.0'
435+
- name: Upload 23.1 Coverage Results to Codecov
436+
if: matrix.image-tag == 'v23.1.0' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev')
437437
uses: codecov/codecov-action@v3
438438
with:
439439
root_dir: ${{ github.workspace }}
440440
name: cov_xml.xml
441441

442-
- name: Upload 22.2 Coverage Artifacts
443-
if: matrix.image-tag == 'v22.2.0'
442+
- name: Upload 23.1 Coverage Artifacts
443+
if: matrix.image-tag == 'v23.1.0'
444444
uses: actions/upload-artifact@v3
445445
with:
446446
name: cov_xml.xml

0 commit comments

Comments
 (0)