Skip to content

Conversation

mjansing
Copy link
Contributor

This PR updates the GitHub Actions workflow configuration to ensure that push triggers use proper branch patterns. The previous configuration used a regex-like syntax (/-dev|-feature|-fix/), which is not supported by GitHub Actions. This has been replaced with glob patterns.

Fixes also a case sensitivity issue by changing matrix.TASK to matrix.task.

Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

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

🌟 Excellent, and thanks for the context in the commit message!

@tillsc
Copy link
Contributor

tillsc commented Jul 23, 2025

This would really help me troubleshoot CI issues in my own fork, since my master branch is currently tied up with an unmerged PR.

@olleolleolle olleolleolle merged commit f10ed60 into jruby:master Jul 23, 2025
3 of 6 checks passed
@olleolleolle
Copy link
Member

In order to assist further investigations, this currently-red branch was merged.

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.

3 participants