From 36cdf03792d8f757fdb384285286814886ee176e Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Sat, 4 Jul 2026 13:22:25 -0400 Subject: [PATCH] DEVOPS-1137: remove if-filter that skipped the JIRA PR actions job on non-title edits Authored using a powershell script with the help of CO-Pilot. --- .github/workflows/pr_jira_actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr_jira_actions.yml b/.github/workflows/pr_jira_actions.yml index ed9916b8e..084ddfcad 100644 --- a/.github/workflows/pr_jira_actions.yml +++ b/.github/workflows/pr_jira_actions.yml @@ -6,7 +6,6 @@ on: jobs: call-workflow-pr_jira_actions: - if: github.event.action != 'edited' || github.event.changes.title != null uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3 permissions: contents: read