Skip to content

Commit

Permalink
roll back boto3 version for test upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Jan 27, 2025
1 parent 463f004 commit 31ee0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
process-upload-report:
runs-on: ubuntu-latest
needs: [integration-tests]
if: always() #&& github.repository == 'linode/linode_api4-python' # Run even if integration tests fail and only on main repository
if: always() && github.repository == 'linode/linode_api4-python' # Run even if integration tests fail and only on main repository

steps:
- name: Checkout code
Expand Down

0 comments on commit 31ee0c0

Please sign in to comment.