This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch gh-readonly-queue/main/pr-2019-dd3342e4176c4e6ffceb70a2e7289bed7b21a909 in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
commit befc95e8e8c98bf35f4d19e648cc01dc8af68672 Author: Dmitrii Blaginin <dmit...@blaginin.me> AuthorDate: Fri Sep 5 08:49:05 2025 +0100 MQ Test (#2019) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f96de947..2e1da694 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ on: push: # When PR is in the Merge Queue, GitHub will create a temporary branch - but we already have a # CI running because of `merge_group` - # https://github.com/orgs/community/discussions/15254 + # See also: https://github.com/orgs/community/discussions/15254 branches-ignore: - 'gh-readonly-queue/**' pull_request: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org