Update workflow skip condition
This commit is contained in:
parent
5e7943f19f
commit
5ac9d9754e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test-builds.yml
vendored
2
.github/workflows/test-builds.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
- name: Run ${{ matrix.test-platform }} Tests
|
||||
run: |
|
||||
# Inline tests script
|
||||
[[ "$GITHUB_ACTOR" == 'MarlinFirmware' ]] || exit 0
|
||||
[[ "$GITHUB_REPOSITORY" == "MarlinFirmware/Marlin" ]] || exit 0
|
||||
chmod +x buildroot/bin/*
|
||||
chmod +x buildroot/share/tests/*
|
||||
export PATH=./buildroot/bin/:./buildroot/share/tests/:${PATH}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue