File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments