Skip to content

Commit

Permalink
fix(new-post-webhook): add delay and remove test once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnl committed Nov 6, 2024
1 parent b901181 commit 1c46689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new-post-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
if: env.NEW_POST != ''
run: npm install

# - name: Wait 5 minutes
# if: env.NEW_POST != ''
# run: sleep 300
- name: Wait 5 minutes
if: env.NEW_POST != ''
run: sleep 300

- name: Send Webhook Notification
if: env.NEW_POST != ''
Expand Down
Binary file removed posts/testi3/image.png
Binary file not shown.
12 changes: 0 additions & 12 deletions posts/testi3/post.mdx

This file was deleted.

0 comments on commit 1c46689

Please sign in to comment.