Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Set fail-fast to false for k8s-autodiscovery-test
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Aug 2, 2023
1 parent 37e80f6 commit 66711d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s-autodiscovery-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
needs: elastic-stack-snapshot-branches
strategy:
matrix: ${{ fromJson(needs.elastic-stack-snapshot-branches.outputs.matrix) }}
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 66711d8

Please sign in to comment.