Bläddra i källkod

ci(debian): don't build debian packages bi-weekly on forks

jvoisin 1 månad sedan
förälder
incheckning
d7e049f187
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      .github/workflows/debian_packages.yml

+ 2 - 1
.github/workflows/debian_packages.yml

@@ -13,7 +13,8 @@ on:
       - 'packaging/debian/**' # Only run on changes to the debian packaging files
 jobs:
   test-packages:
-    if: github.event_name == 'schedule' || github.event_name == 'pull_request'
+    if: (github.event_name == 'schedule' && github.repository_owner == 'miniflux' )
+      || github.event_name == 'pull_request'
     name: Test Packages
     runs-on: ubuntu-latest
     steps: