From f6e9ae7a005917f23f0df7b4fbed6ec88d33df7f Mon Sep 17 00:00:00 2001 From: koungq Date: Fri, 6 Sep 2024 15:11:58 +0900 Subject: [PATCH] =?UTF-8?q?build:=20Jira=20=EC=97=B0=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-jira-issue.yml | 1 + .github/workflows/create-jira-sub-issue.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-jira-issue.yml b/.github/workflows/create-jira-issue.yml index 47556996..fb2d4484 100644 --- a/.github/workflows/create-jira-issue.yml +++ b/.github/workflows/create-jira-issue.yml @@ -3,6 +3,7 @@ on: issues: types: - opened + if: "!contains(github.event.issue.body, 'parentKey')" jobs: create-issue: diff --git a/.github/workflows/create-jira-sub-issue.yml b/.github/workflows/create-jira-sub-issue.yml index 4b4c8995..18b132af 100644 --- a/.github/workflows/create-jira-sub-issue.yml +++ b/.github/workflows/create-jira-sub-issue.yml @@ -3,7 +3,7 @@ on: issues: types: - opened - if: "!contains(github.event.issue.body, 'parentKey')" + jobs: create-issue: