Changing the action runner to custom build image. #6

Merged
sjones merged 1 commits from change_action_runner into main 2025-12-19 18:25:49 -07:00

View File

@@ -11,7 +11,7 @@ on:
jobs:
test-build:
if: github.event_name == 'pull_request' && github.event.action != 'closed'
runs-on: debian-trixie
runs-on: astro-debian-trixie
steps:
- name: Checkout code
@@ -25,7 +25,7 @@ jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: debian-trixie
runs-on: astro-debian-trixie
steps:
- name: Checkout code