We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359834c commit c03dcb5Copy full SHA for c03dcb5
.github/workflows/build.yml
@@ -185,6 +185,7 @@ jobs:
185
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
186
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
187
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
188
+ continue-on-error: true
189
- name: Install upload deps
190
run: |
191
pip install uritemplate
0 commit comments