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 }}