Merge remote-tracking branch 'origin/pylint'
[kconfig-hardened-check.git] / .github / workflows / functional_test.yml
index 04a7de192daf6ba88869397cc4a04123e25126ba..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:
@@ -61,7 +61,7 @@ jobs:
         coverage xml -i -o coverage.xml
 
     - name: Handle coverage
-      uses: codecov/codecov-action@v3.1.5
+      uses: codecov/codecov-action@v4
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
       with: