Garrett W.
Garrett W.
This is spam. Please close it.
@alinceDev I understand what you are doing, and it is similar to what I am doing. I think monorepo-builder is most useful for having multiple "packages" that are pure libraries,...
Hostname is the same thing as server name
My mistake, I meant integration tests. My thought was to only run it if src/ or composer.* changes.
As opposed to … running it on PRs? I like it running on PRs.
Ah ok, I think I understand now. Apply path filters to PR runs only.
I was just looking through the docs about path filters, and I found this: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#example-including-paths > If a workflow is skipped due to path filtering ... then checks associated with...
Yes, I think that’s what he meant, and I can understand that position and I anticipated it. That’s why I mentioned a workaround.
Oh, this is good info. Thanks, I’ll look over it.
This is proving to be challenging 😅 I do have a question about how we want to handle this. Let me lay out a scenario: - PR is created with...