File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 91
91
needs : [docs-style]
92
92
runs-on : [self-hosted, pyfluent]
93
93
env :
94
- DOC_DEPLOYMENT_IMAGE_TAG : v22.2 .0
94
+ DOC_DEPLOYMENT_IMAGE_TAG : v23.1 .0
95
95
96
96
steps :
97
97
- uses : actions/checkout@v3
@@ -432,15 +432,15 @@ jobs:
432
432
PYFLUENT_START_INSTANCE : 0
433
433
FLUENT_IMAGE_TAG : ${{ matrix.image-tag }}
434
434
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')
437
437
uses : codecov/codecov-action@v3
438
438
with :
439
439
root_dir : ${{ github.workspace }}
440
440
name : cov_xml.xml
441
441
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'
444
444
uses : actions/upload-artifact@v3
445
445
with :
446
446
name : cov_xml.xml
You can’t perform that action at this time.
0 commit comments