exec @docker @restore_db @no_cleanup
Some checks failed
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Failing after 54s

This commit is contained in:
hoangvv 2025-01-15 16:34:15 +07:00
parent 7e10755cd8
commit 0aa0fbd514

View File

@ -89,7 +89,7 @@ jobs:
run: make run_server_docker
- name: Sleep for 10 seconds
run: sleep 300s
run: sleep 10s
- name: Restore Database
if: contains(github.event.head_commit.message, '@restore_db')