From a42c1de0bfa6835534f93d00f14e3475805eb93c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 27 Nov 2022 18:35:25 -0300 Subject: profile-checks.yml: sort paths-ignore See commit 9bf5e453c ("ci: sort items on paths-ignore lists", 2022-07-12) / PR #5481 for details. --- .github/workflows/profile-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index 6224359b9..813ab6033 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -4,17 +4,17 @@ on: push: branches: [ master ] paths: - - .github/workflows/profile-checks.yml - 'ci/check/profiles/**' - 'etc/**' + - .github/workflows/profile-checks.yml - contrib/sort.py - src/firecfg/firecfg.config pull_request: branches: [ master ] paths: - - .github/workflows/profile-checks.yml - 'ci/check/profiles/**' - 'etc/**' + - .github/workflows/profile-checks.yml - contrib/sort.py - src/firecfg/firecfg.config -- cgit v1.2.3-54-g00ecf