mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 22:01:13 -06:00
profile-checks.yml: sort paths-ignore
See commit 9bf5e453c ("ci: sort items on paths-ignore lists",
2022-07-12) / PR #5481 for details.
This commit is contained in:
parent
768410cf51
commit
a42c1de0bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/profile-checks.yml
vendored
4
.github/workflows/profile-checks.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue