mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Compare commits
1 Commits
v2026.1.0-
...
v2026.1.1-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
021053d43e |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -600,7 +600,7 @@ jobs:
|
||||
release:
|
||||
# Require smoketest-native so that if those fail, we don't release broken artifacts
|
||||
needs: [build-photonlib-vendorjson, build-image, combine, build-package-linux, build-package-macos, build-package-windows, run-smoketest-native]
|
||||
if: github.ref == ('refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) && github.repository == 'PhotonVision/photonvision'
|
||||
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) && github.repository == 'PhotonVision/photonvision'
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
# Download all fat JARs
|
||||
|
||||
Reference in New Issue
Block a user