This commit is contained in:
Jun-te Kim 2026-01-21 21:47:56 +00:00
parent f02c51870c
commit 5d0ecd69cf

View file

@ -237,6 +237,11 @@ jobs:
- name: Install Atlas - name: Install Atlas
uses: ariga/setup-atlas@v0 uses: ariga/setup-atlas@v0
- name: Install netcat
run: |
sudo apt-get update
sudo apt-get install -y netcat-openbsd
- name: Decide environment - name: Decide environment
run: | run: |
if [[ "$GITHUB_REF" == refs/heads/main || "$GITHUB_REF" == refs/tags/* || "$GITHUB_REF" == refs/heads/release/* ]]; then if [[ "$GITHUB_REF" == refs/heads/main || "$GITHUB_REF" == refs/tags/* || "$GITHUB_REF" == refs/heads/release/* ]]; then