From 96dbc7ed09106555fd5e31bfb8aaa1f526c56982 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Wed, 9 Oct 2024 12:25:41 +0100 Subject: [PATCH] Update --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf1dae7e..e503d4dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -167,7 +167,7 @@ jobs: Write-Output "-------------------------------------------" Write-Output "Get-ReleaseDescription" Write-Output "-------------------------------------------" - if ($env:GITHUB_EVENT_NAME -eq "pull_request" -or $eventName -eq "pull_request_target") + if ($env:GITHUB_EVENT_NAME -ne "pull_request" -and $eventName -ne "pull_request_target") { Write-Output "Running Get-ReleaseDescription.ps1" . .\build\include\Get-ReleaseDescription.ps1