Skip to content

Commit

Permalink
CI enhancement: Add ini files to exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored and donho committed Feb 24, 2023
1 parent bb260a1 commit cbb1375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_build:
$allowMaster = $true
if ($allowMaster -or $env:APPVEYOR_PULL_REQUEST_NUMBER) {
$folders_onejob = "PowerEditor/(Test|(installer/(filesForTesting|functionList)))/"
$files_nowork = "md|txt|log"
$files_nowork = "md|txt|log|ini"
$files_modified = @(git diff --name-only HEAD~1)
$files_notmached = @($files_modified | Where-Object {$_ -notmatch "\.(xml|$files_nowork)$|$folders_onejob"})
if (($files_modified.length -gt 0 -and $files_notmached.length -eq 0) -or $env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[force (xml|nowork)\]") {
Expand Down

0 comments on commit cbb1375

Please sign in to comment.