chore(ci): update workflow runs-on label to ubuntu-latest
Quant Engine CI/CD Pipeline / validate-core (pull_request) Failing after 2m33s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been cancelled
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Failing after 37s

This commit is contained in:
2026-06-25 15:24:57 +09:00
parent 9abb8d3bc3
commit 7cce836cc6
9 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -8,7 +8,7 @@ on:
jobs:
daily-backup:
runs-on: act-runner
runs-on: ubuntu-latest
name: Daily Backup
steps:
@@ -41,7 +41,7 @@ jobs:
ls -lh backups/ | tail -5
weekly-full-backup:
runs-on: act-runner
runs-on: ubuntu-latest
name: Weekly Full Backup
# 매주 월요일 1:00 UTC
@@ -85,7 +85,7 @@ jobs:
df -h | grep -E "Filesystem|data"
backup-health-check:
runs-on: act-runner
runs-on: ubuntu-latest
name: Backup Health Check
# 매일 12:00 UTC
@@ -127,7 +127,7 @@ jobs:
du -sh backups/ | awk '{print "Total size: " $1}'
test-recovery:
runs-on: act-runner
runs-on: ubuntu-latest
name: Monthly Recovery Test
# 매월 1일 2:00 UTC