Skip to content

Commit

Permalink
Disable Legacy Windows Image Builds (#210)
Browse files Browse the repository at this point in the history
* Disable repo dispatch trigger
  • Loading branch information
AndrewKahr authored Apr 18, 2023
1 parent a149fb3 commit 915ffaf
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: New Windows Editor Version 🗔

on:
repository_dispatch:
types:
- new_legacy_editor_image_requested
workflow_dispatch:
inputs:
jobId:
Expand Down Expand Up @@ -43,8 +40,8 @@ jobs:
targetPlatform:
- base
# - windows-il2cpp
- universal-windows-platform
- appletv
# - universal-windows-platform
# - appletv

steps:
- name: Checkout
Expand Down

0 comments on commit 915ffaf

Please sign in to comment.