ci: runs-on ubuntu-latest (host runner 라벨)
Deploy / deploy (push) Failing after 0s

This commit is contained in:
chpark
2026-04-23 01:23:43 +09:00
parent 49639252bf
commit fc63746728
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Sync repo
run: |