From b5f8ea701290066d1d710e93b443ce65a907b33d Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 15 Jan 2023 14:01:39 +0000 Subject: [PATCH] Disable Xbox One CI build Temporarily disabled due to https://github.com/diasurgical/devilutionX/issues/5661 --- .github/workflows/xbox_one.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/xbox_one.yml b/.github/workflows/xbox_one.yml index 08165fa5b..7f844d665 100644 --- a/.github/workflows/xbox_one.yml +++ b/.github/workflows/xbox_one.yml @@ -1,13 +1,15 @@ name: Xbox One / Series +# Temporarily disabled due to https://github.com/diasurgical/devilutionX/issues/5661 on: - push: - branches: - - master - pull_request: - types: [opened, synchronize] - release: - types: [published] + workflow_dispatch: +# push: +# branches: +# - master +# pull_request: +# types: [opened, synchronize] +# release: +# types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }}