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

add workflow_dispatch to nightly integ tests #50

Merged
1 commit merged into from
Jan 9, 2023
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jan 9, 2023

This lets us manually trigger them, if we want a run earlier than nightly. Sorry for the double-PR (with #45), I forgot this use case. :-)

Standard checks

  • Unit tests: n/a
  • Docs: no issues
  • Backwards compatibility: no issues

This lets us manually trigger them, if we want a run earlier than
nightly.
@github-actions
Copy link

github-actions bot commented Jan 9, 2023

Package Line Rate Health
github.com/klothoplatform/klotho/pkg/analytics 2%
github.com/klothoplatform/klotho/pkg/annotation 24%
github.com/klothoplatform/klotho/pkg/core 21%
github.com/klothoplatform/klotho/pkg/env_var 82%
github.com/klothoplatform/klotho/pkg/exec_unit 41%
github.com/klothoplatform/klotho/pkg/infra/kubernetes 58%
github.com/klothoplatform/klotho/pkg/infra/kubernetes/helm 52%
github.com/klothoplatform/klotho/pkg/input 63%
github.com/klothoplatform/klotho/pkg/lang 37%
github.com/klothoplatform/klotho/pkg/lang/dockerfile 0%
github.com/klothoplatform/klotho/pkg/lang/golang 9%
github.com/klothoplatform/klotho/pkg/lang/javascript 46%
github.com/klothoplatform/klotho/pkg/lang/python 60%
github.com/klothoplatform/klotho/pkg/lang/yaml 0%
github.com/klothoplatform/klotho/pkg/logging 7%
github.com/klothoplatform/klotho/pkg/multierr 95%
github.com/klothoplatform/klotho/pkg/provider/aws 60%
github.com/klothoplatform/klotho/pkg/runtime 75%
github.com/klothoplatform/klotho/pkg/static_unit 32%
github.com/klothoplatform/klotho/pkg/validation 73%
Summary 42% (3586 / 8582)

@@ -3,6 +3,7 @@ on:
# 7am Mon - Fri, UTC: https://crontab.guru/#0_7_*_*_1-5
# This corresponds to 2-3am us/eastern (depending on daylight savings), or 11pm - midnight pacific
- cron: '0 7 * * 1-5'
workflow_dispatch: null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

havent done this w/ null before

Copy link
Contributor

@ewucc ewucc Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for allowing manual runs? I'm blind, you said this in the comments lol. I'm assuming this does the same as on: workflow_dispatch

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup!

@ghost ghost merged commit b3f0efe into main Jan 9, 2023
@ghost ghost deleted the manual-integ-test-runs branch January 9, 2023 19:19
atorres-klo added a commit that referenced this pull request Aug 14, 2024
This pull request was closed.
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

Successfully merging this pull request may close these issues.

1 participant