ci: merge release to main (#8489)

This commit is contained in:
Robert Sparks 2025-01-30 11:35:21 -06:00 committed by GitHub
commit e33a1a8836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,11 @@ jobs:
with:
python-version: "3.x"
- name: Setup AWS CLI
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.35
- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.8