aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-27 18:35:25 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-27 18:39:27 -0300
commita42c1de0bfa6835534f93d00f14e3475805eb93c (patch)
tree0f9f7a7fb29fcf1970b36199c5b044770e431b40 /.github
parentRun profile-ckeck on workflow edits (diff)
downloadfirejail-a42c1de0bfa6835534f93d00f14e3475805eb93c.tar.gz
firejail-a42c1de0bfa6835534f93d00f14e3475805eb93c.tar.zst
firejail-a42c1de0bfa6835534f93d00f14e3475805eb93c.zip
profile-checks.yml: sort paths-ignore
See commit 9bf5e453c ("ci: sort items on paths-ignore lists", 2022-07-12) / PR #5481 for details.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/profile-checks.yml4
1 files changed, 2 insertions, 2 deletions
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:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths: 6 paths:
7 - .github/workflows/profile-checks.yml
8 - 'ci/check/profiles/**' 7 - 'ci/check/profiles/**'
9 - 'etc/**' 8 - 'etc/**'
9 - .github/workflows/profile-checks.yml
10 - contrib/sort.py 10 - contrib/sort.py
11 - src/firecfg/firecfg.config 11 - src/firecfg/firecfg.config
12 pull_request: 12 pull_request:
13 branches: [ master ] 13 branches: [ master ]
14 paths: 14 paths:
15 - .github/workflows/profile-checks.yml
16 - 'ci/check/profiles/**' 15 - 'ci/check/profiles/**'
17 - 'etc/**' 16 - 'etc/**'
17 - .github/workflows/profile-checks.yml
18 - contrib/sort.py 18 - contrib/sort.py
19 - src/firecfg/firecfg.config 19 - src/firecfg/firecfg.config
20 20