Skip to content

Commit

Permalink
ci: test-and-deploy: Disable selfhost if running outside blue robotics
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jun 4, 2024
1 parent 43f7a54 commit 7c7ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:

deploy-raspberry-image:
needs: deploy-docker-images
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && github.repository_owner == 'bluerobotics'
timeout-minutes: 180 # Detect if it gets into an infinite loop or some unexpected state
runs-on: blueos-ci
# The runner for this job is a Raspberry Pi OS Bullseye.
Expand Down

0 comments on commit 7c7ea5d

Please sign in to comment.