action
Some checks failed
Deploy and Monitor Host Message / deploy (push) Failing after 10s
Deploy and Monitor Host Message / monitor (push) Has been cancelled

This commit is contained in:
jeremygan2021
2026-02-13 14:00:17 +08:00
parent 42f29298f9
commit fda032d182

View File

@@ -10,7 +10,7 @@ on:
jobs:
deploy:
if: github.event_name == 'push'
runs-on: ubuntu-22.04
runs-on: ubuntu
steps:
- name: Checkout Code
uses: actions/checkout@v3