Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Zav committed Sep 26, 2023
1 parent dc9ccea commit 474dc52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
shell: pwsh
run: |
Install-Module JiraPS -Scope CurrentUser -Force
<<<<<<< HEAD
if ("$env:GITHUB_HEAD_REF" -like "*renovate/*" -eq $True)
=======
if ("$env:GITHUB_HEAD_REF" -like "*/renovate/*" -eq $True)
>>>>>>> main
{
Write-Host "Skipping, renovate branch detected"
return
Expand Down

0 comments on commit 474dc52

Please sign in to comment.