devops: avoid maintaining extra .patch
workflow files
#8861
Labels
A-devops
Area: Pipelines, CI/CD and Dockerfiles
C-bug
Category: This is a bug
C-design
Category: Software design work
P-Medium ⚡
S-needs-triage
Status: A bug report needs triage
Describe the issue or request
As there's a limitation with GitHub, that I reported here:
-https://github.com/orgs/community/discussions/44490
We've been using extra files with the
.patch
to work around this limitation, but as we have more workflows, this becomes harder to maintainExpected Behavior
Having a single workflow without
.patch
filesCurrent Behavior
Any step added to a workflow must be considered in other workflows otherwise our rulesets won't behave as expected and PRs get stuck
Possible Solution
Using https://github.com/dorny/paths-filter
Additional Information/Context
No response
Is this happening on PRs?
Yes
Is this happening on the main branch?
No
The text was updated successfully, but these errors were encountered: