From b9b57d901d753507243a1a93ec05fd0182647434 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 20 Jun 2023 20:37:04 +0100 Subject: [PATCH] ci: don't run workflow for `ISSUE_TEMPLATE` (#7433) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17848dfd93..3c54ee2061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: paths-ignore: - ".vscode/**" - "**/*.md" + - ".github/ISSUE_TEMPLATE/**" # Automatically cancel older in-progress jobs on the same branch concurrency: