Skip to content

Commit f2532c2

Browse files
committed
try fix pipeline
1 parent 5105939 commit f2532c2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/osx.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: Gated-OSX
2-
on:
2+
on:
33
push:
4-
branches:
4+
branches:
55
- 'releases/**'
66
- dev
77
pull_request:
8-
branches:
8+
branches:
99
- 'releases/**'
1010
- dev
1111
jobs:
1212
build_osx:
1313
runs-on: macOS-latest
1414
strategy:
15+
fail-fast: false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
1516
matrix:
1617
dotnet-version: [ '8.0.x', '7.0.x', '6.0.x' ]
1718
steps:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build_ubuntu:
1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
1516
matrix:
1617
dotnet-version: [ '8.0.x', '7.0.x', '6.0.x' ]
1718
steps:

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build_windows:
1313
runs-on: [windows-latest]
1414
strategy:
15+
fail-fast: false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
1516
matrix:
1617
dotnet-version: [ '8.0.x', '7.0.x', '6.0.x' ]
1718
steps:

0 commit comments

Comments
 (0)