diff --git a/.appveyor.yml b/.appveyor.yml index a02fe1af7..cf6534906 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,22 +25,6 @@ init: # Set clone depth (do not fetch complete history) clone_depth: 5 -# Skip commits affecting only specific files -skip_commits: - files: - # Removed - 'documentation/*' - # Unfortunately Appveyor only looks at the HEAD (latest) commit, so if - # the last commit pushed to a PR only updates the Release Notes the whole - # PR build gets skipped. GitHub Actions looks at the complete list - # of files changed since its last build, which is much more useful. - - 'startup/*' - - '.github/*' - - '.tools/*' - - '.gitattributes' - - '.lgtm.yml' - - '**/*.html' - - '**/*.md' - #---------------------------------# # build matrix configuration # #---------------------------------# diff --git a/.appveyor/epics-base-7.yml b/.appveyor/epics-base-7.yml index 1ed3def80..218577c28 100644 --- a/.appveyor/epics-base-7.yml +++ b/.appveyor/epics-base-7.yml @@ -32,22 +32,6 @@ init: # Set clone depth (do not fetch complete history) clone_depth: 5 -# Skip commits affecting only specific files -skip_commits: - files: - # Removed - 'documentation/*' - # Unfortunately Appveyor only looks at the HEAD (latest) commit, so if - # the last commit pushed to a PR only updates the Release Notes the whole - # PR build gets skipped. GitHub Actions looks at the complete list - # of files changed since its last build, which is much more useful. - - 'startup/*' - - '.github/*' - - '.tools/*' - - '.lgtm.yml' - - '.gitattributes' - - '**/*.html' - - '**/*.md' - #---------------------------------# # build matrix configuration # #---------------------------------#