Skip to content

Commit

Permalink
Merge pull request #515 from linear-b/BenLloydPearson-patch-4
Browse files Browse the repository at this point in the history
Remove unecessary trigger condition from jira example
  • Loading branch information
vim-zz authored May 13, 2024
2 parents 09c8b8c + 276ff70 commit 0efef12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ automations:
jira_update_field:
if:
- {{ has.jira_ticket_in_title or has.jira_ticket_in_branch }}
- {{ has.jira_ticket_in_title or has.jira_ticket_in_desc }}
run:
- action: send-http-request@v1
args:
Expand Down

0 comments on commit 0efef12

Please sign in to comment.