Skip to content

Commit

Permalink
removed windows deployments for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinerius committed Jun 26, 2023
1 parent b3ff59e commit 1deea27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-build-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
include:
- unity_docker_image: unityci/editor:2021.3.22f1-webgl-1
service_name: asset-bundle-converter
- unity_docker_image: unityci/editor:2021.3.22f1-windows-mono-1
service_name: asset-bundle-converter-windows
# - unity_docker_image: unityci/editor:2021.3.22f1-windows-mono-1
# service_name: asset-bundle-converter-windows

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
include:
- service_name: asset-bundle-converter
- service_name: asset-bundle-converter-windows
# - service_name: asset-bundle-converter-windows

if: ${{ inputs.deployment-environment }}
name: "Deploy to: ${{ inputs.deployment-environment }}"
Expand Down

0 comments on commit 1deea27

Please sign in to comment.