diff --git a/.github/workflows/pwa-deployment-uat.yaml b/.github/workflows/pwa-deployment-uat.yaml index f3dc46c..90bff97 100644 --- a/.github/workflows/pwa-deployment-uat.yaml +++ b/.github/workflows/pwa-deployment-uat.yaml @@ -56,5 +56,5 @@ jobs: aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID_UAT }} --paths "/*" - name: Post job cleanup run: | - # Cleanup commands + # Cleanup commands test continue-on-error: true