diff --git a/.github/workflows/self_hosted_e2e.yaml b/.github/workflows/self_hosted_e2e.yaml index ed9f0d5f4..c3631c784 100644 --- a/.github/workflows/self_hosted_e2e.yaml +++ b/.github/workflows/self_hosted_e2e.yaml @@ -44,6 +44,8 @@ jobs: DAPR_DASHBOARD_LATEST_STABLE_VERSION: PODMAN_VERSION: 4.4.4 strategy: + # TODO: Remove this when our E2E tests are stable for podman on MacOS. + fail-fast: false # Keep running if one leg fails. matrix: os: [macos-latest, ubuntu-latest, windows-latest] target_arch: [amd64]