@@ -189,7 +189,6 @@ jobs:
189189 entityresolution : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: entityresolution, version: "${{ needs.build.outputs.version }}"}}
190190 es : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: es, version: "${{ needs.build.outputs.version }}"}}
191191 events : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: events, version: "${{ needs.build.outputs.version }}"}}
192- evidently : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: evidently, version: "${{ needs.build.outputs.version }}"}}
193192 evs : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: evs, version: "${{ needs.build.outputs.version }}"}}
194193 finspace : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: finspace, version: "${{ needs.build.outputs.version }}"}}
195194 finspace-data : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: finspace-data, version: "${{ needs.build.outputs.version }}"}}
@@ -230,7 +229,6 @@ jobs:
230229 iot-data : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iot-data, version: "${{ needs.build.outputs.version }}"}}
231230 iot-jobs-data : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iot-jobs-data, version: "${{ needs.build.outputs.version }}"}}
232231 iot-managed-integrations : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iot-managed-integrations, version: "${{ needs.build.outputs.version }}"}}
233- iotanalytics : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iotanalytics, version: "${{ needs.build.outputs.version }}"}}
234232 iotdeviceadvisor : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iotdeviceadvisor, version: "${{ needs.build.outputs.version }}"}}
235233 iotevents : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iotevents, version: "${{ needs.build.outputs.version }}"}}
236234 iotevents-data : {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: iotevents-data, version: "${{ needs.build.outputs.version }}"}}
0 commit comments