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 name: Xbox One / Series
# Temporarily disabled due to https://github.com/diasurgical/devilutionX/issues/5661
on: on:
push: workflow_dispatch:
branches: # push:
- master # branches:
pull_request: # - master
types: [opened, synchronize] # pull_request:
release: # types: [opened, synchronize]
types: [published] # release:
# types: [published]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}

Loading…
Cancel
Save