Changing the action runner to custom build image.
All checks were successful
Build and Deploy Blog / test-build (pull_request) Has been skipped
Build and Deploy Blog / deploy (pull_request) Successful in 19s

This commit is contained in:
2025-12-19 18:14:13 -07:00
parent 6cd5726bfc
commit 2a345a93dc

View File

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