Skip to content

Commit 62bff38

Browse files
committed
Disable Maya Windows 2019 image runs in CICD
1 parent 507668e commit 62bff38

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build_maya.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,20 @@ jobs:
154154
path: artifacts/*.zip
155155

156156
deploy:
157-
if: false
158157
runs-on: ubuntu-latest
159158
permissions:
160159
contents: write
161-
needs: [build_linux, build_windows_2019, build_windows_2022]
160+
needs: [build_linux, build_windows_2022]
162161
strategy:
163162
matrix:
164163
os: ["linux", "windows"]
165164
maya_product_name: ["maya"]
166165
maya_product_version: ["2024.2", "2025.2"]
166+
exclude:
167+
- os: "windows"
168+
maya_product_name: "maya"
169+
maya_product_version: "2024.2"
170+
167171
steps:
168172
- name: Checkout repository
169173
uses: actions/checkout@v4

0 commit comments

Comments
 (0)