Skip to content

Commit

Permalink
CI: run image build step only on runners tagged blueos-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Nov 22, 2023
1 parent ee88248 commit 9f89d96
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 @@ -249,7 +249,7 @@ jobs:
deploy-raspberry-image:
needs: deploy-docker-images
if: github.event_name != 'pull_request'
runs-on: self-hosted
runs-on: blueos-ci
# The runner for this job is a Raspberry Pi OS Bullseye.
# Just install docker (curl -sSL https://get.docker.com/ | sh) and follow the instructions for setting up a new runner in
# https://github.com/bluerobotics/BlueOS-docker/settings/actions/runners/new
Expand Down

0 comments on commit 9f89d96

Please sign in to comment.