Skip to content

Commit

Permalink
chore: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3mcd committed Mar 3, 2025
1 parent adbaf0d commit 55c5684
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}


deploy-preview:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand All @@ -44,8 +43,8 @@ jobs:
run: cp ./self-host/.env.example ./self-host/.env

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- uses: pullpreview/action@v5
with:
Expand Down

0 comments on commit 55c5684

Please sign in to comment.