Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] blog-post-bot GitHub action workflow Triggering issue. #143

Open
1 task done
guranshdeol opened this issue Oct 18, 2023 · 0 comments
Open
1 task done

[BUG] blog-post-bot GitHub action workflow Triggering issue. #143

guranshdeol opened this issue Oct 18, 2023 · 0 comments

Comments

@guranshdeol
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Currently, the workflow triggers** every hour**,

There was a little bit confusion, as your latest video described that the GitHub triggers every day 12 in midnight, but after analyzing the code, and also seeking the help of ChatGPT and Copilot, i got to know that it triggers every hour.

image
of

Expected Behavior

As suggested by you, the best time it should trigger is half past 12 in the midnight.

Steps To Reproduce

Modifying the schedule section to:

schedule:
+  - cron: '30 0 * * *'
-  - cron: '0 * * * *'

Anything else?

Although, I think triggering every hour is also a perk. Anyone visiting your profile can be able to saw recent post/video.

What browsers are you seeing the problem on?

Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant