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

Fix branch filter pattens for provider branches in ci workflow #45162

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Dec 22, 2024

I hope this time it will be ok:

https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk potiuk force-pushed the fix-filters-for-provider-branches branch from 6a959af to 9cbb092 Compare December 22, 2024 19:22
Copy link
Member

@gopidesupavan gopidesupavan left a comment

Choose a reason for hiding this comment

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

cool :) easy to look through now..

@gopidesupavan
Copy link
Member

Tested here, yes hope it works this time :)

image

https://regextester.github.io/

@potiuk
Copy link
Member Author

potiuk commented Dec 22, 2024

Tested here, yes hope it works this time :)

The problem is ... it's not regexp. It's not glob either. It's something GitHub speciific https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet

For example they only support select ranges lile [a-z] ...

@potiuk potiuk merged commit 2535f4e into apache:main Dec 22, 2024
94 of 95 checks passed
@potiuk potiuk deleted the fix-filters-for-provider-branches branch December 22, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants