aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-11-25 11:23:44 -0500
committerLibravatar GitHub <noreply@github.com>2022-11-25 11:23:44 -0500
commit1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9 (patch)
tree0238435a4e09ca1da1a2b253f074a14e1cd53558 /.github/workflows/profile-checks.yml
parentMerge pull request #5484 from glitsj16/localtime-fix (diff)
parentci: ignore man/vim paths in build-extra/codeql workflows (diff)
downloadfirejail-1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9.tar.gz
firejail-1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9.tar.zst
firejail-1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9.zip
Merge pull request #5481 from kmk3/ci-sort-ignore-paths
ci: sort and ignore more paths
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index d36d050ab..17e756685 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 - 'etc/**'
8 - 'ci/check/profiles/**' 7 - 'ci/check/profiles/**'
9 - 'src/firecfg/firecfg.config' 8 - 'etc/**'
10 - 'contrib/sort.py' 9 - contrib/sort.py
10 - src/firecfg/firecfg.config
11 pull_request: 11 pull_request:
12 branches: [ master ] 12 branches: [ master ]
13 paths: 13 paths:
14 - 'etc/**'
15 - 'ci/check/profiles/**' 14 - 'ci/check/profiles/**'
16 - 'src/firecfg/firecfg.config' 15 - 'etc/**'
17 - 'contrib/sort.py' 16 - contrib/sort.py
17 - src/firecfg/firecfg.config
18 18
19permissions: # added using https://github.com/step-security/secure-workflows 19permissions: # added using https://github.com/step-security/secure-workflows
20 contents: read 20 contents: read