Scott Lahteine пре 4 година
родитељ
комит
31679640c0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      .github/workflows/test-builds.yml

+ 2
- 0
.github/workflows/test-builds.yml Прегледај датотеку

@@ -94,6 +94,8 @@ jobs:
94 94
 
95 95
     - name: Run ${{ matrix.test-platform }} Tests
96 96
       run: |
97
+        # Inline tests script
98
+        [[ "$GITHUB_ACTOR" == 'MarlinFirmware' ]] || exit 0
97 99
         chmod +x buildroot/bin/*
98 100
         chmod +x buildroot/share/tests/*
99 101
         export PATH=./buildroot/bin/:./buildroot/share/tests/:${PATH}

Loading…
Откажи
Сачувај