We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3674c3 commit 13cf02bCopy full SHA for 13cf02b
.github/workflows/_legacy-checkpoints.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- run: pip install -r requirements/ci.txt
115
- name: Upload checkpoints to S3
116
- if: ${{ secrets.AWS_REGION != '' }}
+ if: ${{ secrets[AWS_REGION] != '' }}
117
working-directory: ${{ env.LEGACY_FOLDER }}
118
env:
119
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
0 commit comments