diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bf6b420..6a69cac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: name: Upload to Amazon S3 runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }} - needs: [ "pre-commit", "jinja-lint" ] + needs: [ "pre-commit" ] permissions: id-token: write contents: read