Parcourir la source

Allow to run for any repository owner for testing.

bjornoleh il y a 11 mois
Parent
commit
97b1c44a25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/unit_tests.yml

+ 1 - 1
.github/workflows/unit_tests.yml

@@ -15,7 +15,7 @@ jobs:
   test:
     name: Run Unit Tests
     runs-on: macos-15
-    if: github.repository_owner == 'nightscout'
+    #if: github.repository_owner == 'nightscout' # TODO: remove comment after testing
 
     steps:
       - name: Select Xcode version