You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
and in case when master is compatible with rhel8 just add that combination to the condition.
Moreover, I think that the first form works only because the rhel8 label is left out from the matrix.
As the second solution looks obviously better, I have a feeling that I may be missing something.
The OAA PR job configuration uses a matrix build together with a filter.
The filter is really hard to read:
What about replacing it with something like
and in case when
masteris compatible withrhel8just add that combination to the condition.Moreover, I think that the first form works only because the rhel8 label is left out from the matrix.
As the second solution looks obviously better, I have a feeling that I may be missing something.