@@ -173,12 +173,8 @@ jobs:
173
173
include :
174
174
- docker-image : " windows-latest"
175
175
experimental : false
176
- - docker-image : " windows-latest-unstable"
177
- experimental : true
178
176
- docker-image : " core-windows-latest"
179
177
experimental : false
180
- - docker-image : " core-windows-latest-unstable"
181
- experimental : true
182
178
183
179
steps :
184
180
- name : Calculate SKIP_UNSTABLE
@@ -411,9 +407,6 @@ jobs:
411
407
include :
412
408
- docker-image : " core-linux-latest"
413
409
experimental : false
414
- - docker-image : " core-linux-latest-unstable"
415
- experimental : true
416
-
417
410
steps :
418
411
- name : Calculate SKIP_UNSTABLE
419
412
if : matrix.experimental
@@ -599,7 +592,7 @@ jobs:
599
592
600
593
package :
601
594
name : Package library
602
- needs : [testing-windows, testing-linux, testing-min-reqs, testing-no-graphics, docs ]
595
+ needs : [testing-windows, testing-linux, testing-min-reqs, testing-no-graphics]
603
596
runs-on : ubuntu-latest
604
597
steps :
605
598
- name : Build library source and wheel artifacts
@@ -630,31 +623,3 @@ jobs:
630
623
with :
631
624
library-name : ${{ env.PACKAGE_NAME }}
632
625
token : ${{ secrets.GITHUB_TOKEN }}
633
-
634
- upload_dev_docs :
635
- name : Upload dev documentation
636
- if : github.ref == 'refs/heads/main'
637
- runs-on : ubuntu-latest
638
- needs : [package]
639
- steps :
640
- - name : Deploy the latest documentation
641
- uses : ansys/actions/doc-deploy-dev@v8
642
- with :
643
- cname : ${{ env.DOCUMENTATION_CNAME }}
644
- token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
645
- bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
646
- bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
647
-
648
- upload_docs_release :
649
- name : Upload release documentation
650
- if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
651
- runs-on : ubuntu-latest
652
- needs : [release]
653
- steps :
654
- - name : Deploy the stable documentation
655
- uses : ansys/actions/doc-deploy-stable@v8
656
- with :
657
- cname : ${{ env.DOCUMENTATION_CNAME }}
658
- token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
659
- bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
660
- bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
0 commit comments