ci: remove paths triggered for jan server #6430
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the workflow trigger configuration for the Jan Web Server CI/CD pipelines. The main change is the removal of the
pathsfilter from both the development and production workflow YAML files, which broadens the conditions under which the workflows will run.Workflow trigger changes:
pathsfilter from thepushandpull_requesttriggers in.github/workflows/jan-server-web-ci.yml, so the workflow will now run on any change to thedev-webbranch, not just specific files or directories.pathsfilter from thepushtrigger in.github/workflows/jan-server-web-cicd-prod.yml, so the workflow will now run on any change to theprod-webbranch.Important
Remove
pathsfilter from CI/CD workflow triggers for broader execution conditions ondev-webandprod-webbranches.pathsfilter frompushandpull_requesttriggers injan-server-web-ci.ymlfordev-webbranch.pathsfilter frompushtrigger injan-server-web-cicd-prod.ymlforprod-webbranch.This description was created by
for 6c93513. You can customize this summary. It will automatically update as commits are pushed.