Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Sep 21, 2024
1 parent a4430cc commit ce9eab9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,3 @@ jobs:
repo: context.repo.repo,
body: '✨ you may preview these changes at <${{ steps.publish.outputs.deployment-url }}>'
})
- name: Add no preview explanation comment
if: steps.publish.conclusion == 'skipped'
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'No preview for you because you created this PR from a fork!'
})

0 comments on commit ce9eab9

Please sign in to comment.