Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Skip "CI (Build)" workflow for SuperBuild changes on "nightly-main"
Skip the "CI (Build)" workflow if changes to "External_*.cmake" files are detected since the last Preview build. Pull request builds likely require an updated Docker image, which provides external dependencies, and building with outdated dependencies could lead to failures. To avoid this, the CI build is skipped when SuperBuild file changes may require an updated image. Additionally, since the GitHub action `dorny/paths-filter` does not suppor specifying the `base` input for pull request events, we replaced it with the `tj-actions/changed-files` action. This resolves the warning: "'base' input parameter is ignored when action is triggered by pull request event".
- Loading branch information