Skip to content

Ignore empty checks#3

Merged
wechuli merged 1 commit intowechuli:mainfrom
davidmreed:ignore-empty-checks
Mar 12, 2024
Merged

Ignore empty checks#3
wechuli merged 1 commit intowechuli:mainfrom
davidmreed:ignore-empty-checks

Conversation

@davidmreed
Copy link
Copy Markdown

Currently, when the include_checks input to allcheckspassed includes a trailing comma, such as foo,bar,baz.*,, allcheckspassed treats this as an additional empty regex (''). This empty regex matches all builds.

The net result is that one additional build besides those desired is treated as required.

This PR cleans input by removing all check filters that don't do any meaningful filtering.

@wechuli wechuli self-assigned this Mar 12, 2024
@wechuli
Copy link
Copy Markdown
Owner

wechuli commented Mar 12, 2024

Ooof, thanks for catching that, changes look good, merging.

@wechuli wechuli merged commit 68e9b6a into wechuli:main Mar 12, 2024
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.

2 participants