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

Support scheduled actions #227

Open
amiru3f opened this issue Jan 20, 2024 · 0 comments
Open

Support scheduled actions #227

amiru3f opened this issue Jan 20, 2024 · 0 comments

Comments

@amiru3f
Copy link

amiru3f commented Jan 20, 2024

Hey there,

Thanks for developing the Telegram integration, but just a quick check, I'm wondering why you ignore the recurring/scheduled triggers by this:

if (!Utils.in_array(event, ['push', 'release'])) {

Is that for bombarding prevention or something?

I'm open to submitting a PR to also support recurring jobs namely:

name: Destroy the infrastructure
on:
  schedule:
    - cron: "00 06 * * *"
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