Merge pull request 'Changing the action runner to custom build image.' (#6) from change_action_runner into main

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
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