Add the comment about 'if arch' for the 'cut_attack_surface' checks
[kconfig-hardened-check.git] / .github / workflows / functional_test.yml
index 27f2482ce9a662f50ea5fde86daa740a592aaca2..e197bacb6b8f2ce866b7aac0b2e86731d4eb8207 100644 (file)
@@ -3,12 +3,12 @@ name: functional test
 on:
   push:
     branches: [ master ]
-  pull_request:
-    branches: [ master ]
 
 jobs:
   functional_test:
 
+    if: github.repository == 'a13xp0p0v/kernel-hardening-checker'
+
     runs-on: ubuntu-latest
 
     strategy:
@@ -16,7 +16,7 @@ jobs:
       fail-fast: false
       matrix:
         # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
-        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
+        python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
 
     steps: