aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-14 22:30:29 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-20 06:21:42 -0300
commit2f1b352e4e4fcc9c44fa618dfaf7e04b6f972caf (patch)
tree5c13a4d1b7eeaba1a680c425bae9fa6290f59e41 /.github
parentci: use path whitelists instead of blacklists (diff)
downloadfirejail-2f1b352e4e4fcc9c44fa618dfaf7e04b6f972caf.tar.gz
firejail-2f1b352e4e4fcc9c44fa618dfaf7e04b6f972caf.tar.zst
firejail-2f1b352e4e4fcc9c44fa618dfaf7e04b6f972caf.zip
ci: rename profile-checks.yml to check-profiles.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-profiles.yml (renamed from .github/workflows/profile-checks.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/check-profiles.yml
index 4768c91a1..5167516e8 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/check-profiles.yml
@@ -1,11 +1,11 @@
1name: Profile Checks 1name: Check-Profiles
2 2
3on: 3on:
4 push: 4 push:
5 paths: 5 paths:
6 - 'ci/check/profiles/**' 6 - 'ci/check/profiles/**'
7 - 'etc/**' 7 - 'etc/**'
8 - .github/workflows/profile-checks.yml 8 - .github/workflows/check-profiles.yml
9 - ci/printenv.sh 9 - ci/printenv.sh
10 - contrib/sort.py 10 - contrib/sort.py
11 - src/firecfg/firecfg.config 11 - src/firecfg/firecfg.config
@@ -13,7 +13,7 @@ on:
13 paths: 13 paths:
14 - 'ci/check/profiles/**' 14 - 'ci/check/profiles/**'
15 - 'etc/**' 15 - 'etc/**'
16 - .github/workflows/profile-checks.yml 16 - .github/workflows/check-profiles.yml
17 - ci/printenv.sh 17 - ci/printenv.sh
18 - contrib/sort.py 18 - contrib/sort.py
19 - src/firecfg/firecfg.config 19 - src/firecfg/firecfg.config