File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ jobs:
117117 python-version : ' 3.8'
118118
119119 eks-v3-9-amd64 :
120+ if : ${{ always() }}
120121 needs : eks-v3-8-amd64
121122 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
122123 secrets : inherit
@@ -128,6 +129,7 @@ jobs:
128129 python-version : ' 3.9'
129130
130131 eks-v3-10-amd64 :
132+ if : ${{ always() }}
131133 needs : eks-v3-9-amd64
132134 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
133135 secrets : inherit
@@ -139,6 +141,7 @@ jobs:
139141 python-version : ' 3.10'
140142
141143 eks-v3-11-amd64 :
144+ if : ${{ always() }}
142145 needs : eks-v3-10-amd64
143146 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
144147 secrets : inherit
@@ -150,6 +153,7 @@ jobs:
150153 python-version : ' 3.11'
151154
152155 eks-v3-12-amd64 :
156+ if : ${{ always() }}
153157 needs : eks-v3-11-amd64
154158 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
155159 secrets : inherit
You can’t perform that action at this time.
0 commit comments