Skip to content

Commit

Permalink
ci: screw it
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanNotFound committed Dec 1, 2024
1 parent e0010cd commit 7e83095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
preview-deployment:
runs-on: ubuntu-latest
environment:
name: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.user.login == 'EvanNotFound' && 'PR Preview Bypass' || github.event_name == 'pull_request_target' && 'PR Preview' || 'Preview' }}
name: ${{ github.event_name == 'pull_request_target' && 'PR Preview' || 'Preview' }}
url: ${{ steps.deploy-to-vercel.outputs.preview-url }}
steps:
- name: Determine checkout details
Expand Down

0 comments on commit 7e83095

Please sign in to comment.