Skip to content

Commit

Permalink
ci dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Apr 8, 2024
1 parent 5904932 commit 7b9e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b9e47f

Please sign in to comment.