This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch fix_actions in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 3b20aebe013c93536cf3ada5f21d4689a4789bac Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Jan 14 14:11:25 2025 -0800 removed pattern that seems to be problematic --- .github/workflows/check_cpp_files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_cpp_files.yml b/.github/workflows/check_cpp_files.yml index 00a9e525..feac7a55 100644 --- a/.github/workflows/check_cpp_files.yml +++ b/.github/workflows/check_cpp_files.yml @@ -2,10 +2,10 @@ name: CPP SerDe Compatibility Test on: push: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] pull_request: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] # The branches below must be a subset of the branches above branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] workflow_dispatch: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
