Test CI v2.1.51
Some checks failed
DNS & Network Test / network-test (push) Failing after 4s

This commit is contained in:
phattt2901 2025-05-06 01:17:12 +07:00
parent 6091a74e38
commit 2e473936f7

View File

@ -123,7 +123,7 @@ jobs:
needs: [build]
# Chỉ chạy khi push vào nhánh master (không chạy cho PR)
# Kiểm tra lại biến context của Gitea Actions, có thể là 'gitea.ref_name' hoặc 'github.ref_name'
if: github.ref_name == 'master' || gitea.ref_name == 'master'
if: gitea.ref_type == 'tag'
steps:
- name: Checkout code # Cần checkout để lấy Dockerfile.prod
uses: actions/checkout@v4