Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 10, 2024
1 parent 63841d9 commit 1ce910f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ concurrency:
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_TEAM_ID }}
VERCEL_PROJECT_ID: ${{ secrets.UI_TEST_WALLET_V2_VERCEL_PROJECT_ID }}

on:
push:
branches-ignore:
- main

jobs:
preview:
runs-on: ubuntu-latest
Expand All @@ -34,7 +36,6 @@ jobs:
id: preview
run: echo "PREVIEW_URL=$(cat preview.txt | tail -n 1)" >> "$GITHUB_OUTPUT"


ui-test:
needs: preview
with:
Expand Down

0 comments on commit 1ce910f

Please sign in to comment.