From 29ccbcc458cf81de8aa923c95c55fa15fe5c5561 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 28 Nov 2022 04:24:46 -0300 Subject: ci: ignore profile-checks.yml on other workflows To avoid running CI unnecessarily. Misc: I noticed this on commit a42c1de0b ("profile-checks.yml: sort paths-ignore", 2022-11-27). See also commit 768410cf5 ("Run profile-ckeck on workflow edits", 2022-11-27). Relates to #5481. --- .github/workflows/build-extra.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/build-extra.yml') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index a7745b83a..dbd896f7f 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -12,6 +12,7 @@ on: - .github/dependabot.yml - .github/pull_request_template.md - .github/workflows/codeql-analysis.yml + - .github/workflows/profile-checks.yml - .gitignore - .gitlab-ci.yml - CONTRIBUTING.md @@ -32,6 +33,7 @@ on: - .github/dependabot.yml - .github/pull_request_template.md - .github/workflows/codeql-analysis.yml + - .github/workflows/profile-checks.yml - .gitignore - .gitlab-ci.yml - CONTRIBUTING.md -- cgit v1.2.3-54-g00ecf