4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

Don't fail fast

This commit is contained in:
Cornelius Roemer 2025-06-20 11:28:17 +02:00
parent 08ec663f72
commit 2ee52c8d39
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ jobs:
- windows-11-arm
- macos-latest # arm
- macos-13 # x64
fail-fast: false
runs-on: ${{ matrix.os }}
env:
HELM_3_8_0: 'v3.8.0'

View file

@ -20,6 +20,7 @@ jobs:
- windows-11-arm
- macos-latest # arm
- macos-13 # x64
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2