From ce4a080fee51df819ec75b4804e33f6036b5b0df Mon Sep 17 00:00:00 2001 From: cdozdil <35529761+cdozdil@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:19:54 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0ff051b..8933c303 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -141,9 +141,11 @@ jobs: $datetime = Get-Date Write-Output "Datetime: $datetime`n" + + #--grep=".yml" --invert-grep # Get commit messages excluding .yml file commits - $commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep + $commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit Write-Output "Commits: $commits`n" # If no commits are found, cancel the workflow