changing ci pipelines to runner-slim image
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 8s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 30s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 3s

This commit is contained in:
2026-07-15 06:23:40 -03:00
parent 45556833c0
commit 0043c4ae00
3 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ on: [push]
jobs:
check-scripts-syntax:
runs-on: ubuntu-amd64
runs-on: runner-slim
steps:
- name: Check out repository code
uses: actions/checkout@v4
@@ -13,3 +13,4 @@ jobs:
- name: Check scripts syntax
run: |
bash -n ${{ gitea.workspace }}/*.sh
bash -n ${{ gitea.workspace }}/k8s/*.sh