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

Minor: Trigger docs CI build on changes to asf.yaml #5726

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Mar 24, 2023

Which issue does this PR close?

Related to #5500

Rationale for this change

Publishing the docs is configured by asf.yaml and thus if that files changes we should also retrigger the docs workflow

As suggested by @kou on #5703 (review)

What changes are included in this PR?

  1. Trigger docs CI build on changes to asf.yaml

Are these changes tested?

No

Are there any user-facing changes?

No

@alamb alamb added the development-process Related to development process of DataFusion label Mar 24, 2023
@github-actions github-actions bot added core Core DataFusion crate and removed development-process Related to development process of DataFusion labels Mar 24, 2023
@@ -511,7 +511,7 @@ async fn prune_periods_in_column_names() {
Scenario::PeriodsInColumnNames,
"SELECT \"name\", \"service.name\" FROM t WHERE \"service.name\" = 'frontend' AND \"name\" != 'HTTP GET / DISPATCH'",
Some(0),
Some(2), // prune out middle and last row group
Some(2), // prune out middle and last row group
Copy link
Contributor Author

Choose a reason for hiding this comment

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

drive by cleanup

@alamb alamb changed the title Trigger docs CI build on changes to asf.yaml Minor: Trigger docs CI build on changes to asf.yaml Mar 24, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit 5f72808 into apache:main Mar 24, 2023
@alamb alamb deleted the alamb/asf_update branch March 25, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants