Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: change if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed Sep 27, 2023
1 parent e944f39 commit dbe84bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
].join('\n')
core.setOutput("comment", comment);
- name: Post Cloudflare Pages Preview comment
if: always()
if: success() || failure()
uses: marocchino/sticky-pull-request-comment@v2
with:
header: Cloudflare Pages Preview Comment
Expand Down

0 comments on commit dbe84bf

Please sign in to comment.