ci: merge release to main (#8489)
This commit is contained in:
commit
e33a1a8836
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue