Don't generate Pi images on PRs (#350)

This commit is contained in:
Matt
2021-12-03 23:19:20 -05:00
committed by GitHub
parent c944967476
commit 3cd57b8b43

View File

@@ -322,6 +322,7 @@ jobs:
./gradlew photon-server:shadowJar --max-workers 1
- name: Generate image
if: github.event_name != 'pull_request'
run: |
NEW_JAR=$(realpath $(find . -name photonvision\*.jar))
sudo apt install unzip zip