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:
117
117
python-version : ' 3.8'
118
118
119
119
eks-v3-9-amd64 :
120
+ if : ${{ always() }}
120
121
needs : eks-v3-8-amd64
121
122
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
122
123
secrets : inherit
@@ -128,6 +129,7 @@ jobs:
128
129
python-version : ' 3.9'
129
130
130
131
eks-v3-10-amd64 :
132
+ if : ${{ always() }}
131
133
needs : eks-v3-9-amd64
132
134
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
133
135
secrets : inherit
@@ -139,6 +141,7 @@ jobs:
139
141
python-version : ' 3.10'
140
142
141
143
eks-v3-11-amd64 :
144
+ if : ${{ always() }}
142
145
needs : eks-v3-10-amd64
143
146
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
144
147
secrets : inherit
@@ -150,6 +153,7 @@ jobs:
150
153
python-version : ' 3.11'
151
154
152
155
eks-v3-12-amd64 :
156
+ if : ${{ always() }}
153
157
needs : eks-v3-11-amd64
154
158
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
155
159
secrets : inherit
You can’t perform that action at this time.
0 commit comments