fix: ci/cd workflow pipeline
Some checks failed
/ deploy (push) Failing after 55s

This commit is contained in:
2024-11-02 23:02:20 +00:00
parent 75b555a0d0
commit 48e3108ce8

View File

@@ -4,7 +4,7 @@ on:
- cron: '0 3 * * *'
jobs:
deploy:
runs-on: "homesrv01"
runs-on: "ubuntu-latest"
steps:
- name: Checkout code
uses: actions/checkout@v2