Browse Source

Disable Xbox One CI build

Temporarily disabled due to https://github.com/diasurgical/devilutionX/issues/5661
pull/5663/head
Gleb Mazovetskiy 3 years ago committed by Anders Jenbo
parent
commit
b5f8ea7012
  1. 16
      .github/workflows/xbox_one.yml

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

Loading…
Cancel
Save