Browse Source

Skip build tests on forks

pull/1/head
Scott Lahteine 5 years ago
parent
commit
31679640c0
  1. 2
      .github/workflows/test-builds.yml

2
.github/workflows/test-builds.yml

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

Loading…
Cancel
Save