Răsfoiți Sursa

protect against those who develop with their fork on master (#10815)

Joel Challis 4 ani în urmă
părinte
comite
7b33897b97
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      .github/workflows/api.yml

+ 3 - 0
.github/workflows/api.yml

@@ -13,6 +13,9 @@ jobs:
     runs-on: ubuntu-latest
     container: qmkfm/base_container
 
+    # protect against those who develop with their fork on master
+    if: github.repository == 'qmk/qmk_firmware'
+
     steps:
     - uses: actions/checkout@v2
       with: