From 5479153376e3456bd5489ce3a21358c62c92e0ca Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sun, 19 Jan 2025 13:27:48 -0800 Subject: [PATCH] ci: only run `Jira` job on pull requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c120f652ab..90b5d99753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: linked_issue: name: Jira runs-on: ubuntu-latest + if: github.event_name == 'pull_request' steps: - uses: openstax/jira-linked-action@v0.1.12 with: