Skip to content

Commit

Permalink
test1 Update CI_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored May 5, 2024
1 parent c823ca8 commit 0f31223
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
$commit_message = $last_commit.commit.message
}
Write (git log -1 --no-merges --pretty=%B)
Write (git show -s --no-merges --format=%B)
Exit 1
$commit_title = ($commit_message -split "[\r\n]+")[0]
$files_modified = @(git diff --name-only HEAD~1)
$files_needwork_all = @($files_modified | Where-Object {$_ -notmatch "\.(xml|$files_nowork)$|$folders_nowork|$folders_onejob" -or $_ -match "($files_needwork)$"})
Expand Down

0 comments on commit 0f31223

Please sign in to comment.