Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Mar 30, 2024
1 parent 645dcb6 commit 3df2112
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-cf-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,4 @@ jobs:
message: |
Deployed to CF pages (Preview) at ${{ steps.deploy.outputs.deployment-url }}
comment_tag: deploy_preview
if: ${{ github.ref_name != 'main' }}

- uses: thollander/actions-comment-pull-request@v2
with:
message: |
Deployed to CF pages (Prod) at ${{ steps.deploy.outputs.deployment-url }}
comment_tag: deploy_prod
if: ${{ github.ref_name == 'main' }}
if: github.event_name == 'pull_request'

0 comments on commit 3df2112

Please sign in to comment.