Browse Source

.github/workflows: Ignore changes in docs/ for CI

pull/6570/head
Gleb Mazovetskiy 3 years ago
parent
commit
49c5aea845
  1. 2
      .github/workflows/Android.yml
  2. 3
      .github/workflows/Linux_aarch64.yml
  3. 3
      .github/workflows/Linux_x86.yml
  4. 3
      .github/workflows/Linux_x86_64.yml
  5. 2
      .github/workflows/Linux_x86_64_SDL1.yml
  6. 2
      .github/workflows/Linux_x86_64_test.yml
  7. 3
      .github/workflows/PS4.yml
  8. 2
      .github/workflows/Windows_MSVC_x64.yml
  9. 2
      .github/workflows/Windows_MinGW_x64.yml
  10. 2
      .github/workflows/Windows_MinGW_x86.yml
  11. 2
      .github/workflows/clang-format-check.yml
  12. 3
      .github/workflows/iOS.yml
  13. 3
      .github/workflows/macOS_x86_64.yml
  14. 1
      .github/workflows/miyoo_mini_release.yml
  15. 1
      .github/workflows/opendingux_release.yml
  16. 1
      .github/workflows/retrofw_release.yml
  17. 1
      .github/workflows/s390x_qemu_big_endian_tests.yml
  18. 1
      .github/workflows/src_dist_release.yml
  19. 2
      .github/workflows/translations.yml
  20. 3
      .github/workflows/xbox_nxdk.yml
  21. 3
      .github/workflows/xbox_one.yml

2
.github/workflows/Android.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

3
.github/workflows/Linux_aarch64.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

3
.github/workflows/Linux_x86.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

3
.github/workflows/Linux_x86_64.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

2
.github/workflows/Linux_x86_64_SDL1.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

2
.github/workflows/Linux_x86_64_test.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

3
.github/workflows/PS4.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

2
.github/workflows/Windows_MSVC_x64.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

2
.github/workflows/Windows_MinGW_x64.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

2
.github/workflows/Windows_MinGW_x86.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

2
.github/workflows/clang-format-check.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

3
.github/workflows/iOS.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

3
.github/workflows/macOS_x86_64.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

1
.github/workflows/miyoo_mini_release.yml

@ -5,6 +5,7 @@ on:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

1
.github/workflows/opendingux_release.yml

@ -5,6 +5,7 @@ on:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

1
.github/workflows/retrofw_release.yml

@ -5,6 +5,7 @@ on:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

1
.github/workflows/s390x_qemu_big_endian_tests.yml

@ -6,6 +6,7 @@ on:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

1
.github/workflows/src_dist_release.yml

@ -5,6 +5,7 @@ on:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
workflow_dispatch:
concurrency:

2
.github/workflows/translations.yml

@ -6,10 +6,12 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

3
.github/workflows/xbox_nxdk.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

3
.github/workflows/xbox_one.yml

@ -6,14 +6,17 @@ on:
- master
paths-ignore:
- '*.md'
- 'docs/**'
pull_request:
types: [opened, synchronize]
paths-ignore:
- '*.md'
- 'docs/**'
release:
types: [published]
paths-ignore:
- '*.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

Loading…
Cancel
Save