aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-14 09:17:00 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-14 09:17:00 -0500
commitdf6ea884f1d6d971f160cad98ede4047478e8f4e (patch)
tree24dbf91cebf0c8637e964171550271395580aacb /.github
parentMerge pull request #5653 from slowpeek/master (diff)
downloadfirejail-df6ea884f1d6d971f160cad98ede4047478e8f4e.tar.gz
firejail-df6ea884f1d6d971f160cad98ede4047478e8f4e.tar.zst
firejail-df6ea884f1d6d971f160cad98ede4047478e8f4e.zip
merges, disable sort.py in profile checks temporarely, two more private-etc profiles
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 66bba61f5..ad4f86b53 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -34,8 +34,8 @@ jobs:
34 github.com:443 34 github.com:443
35 35
36 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 36 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
37 - name: sort.py 37# - name: sort.py
38 run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 38# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
39# Currently broken (see #5610) 39# Currently broken (see #5610)
40# - name: private-etc-always-required.sh 40# - name: private-etc-always-required.sh
41# run: ./ci/check/profiles/private-etc-always-required.sh etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 41# run: ./ci/check/profiles/private-etc-always-required.sh etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile