mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-22 21:35:51 +00:00
Update test.yml
This commit is contained in:
@@ -136,7 +136,7 @@ jobs:
|
||||
Write-Output "Fetching commits from the last 24 hours..."
|
||||
|
||||
# Get commit messages from the past 24 hours
|
||||
$commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --name-only | Where-Object {
|
||||
$commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit | Where-Object {
|
||||
-not ($_ -match "\.yml$")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user