exec @docker
Some checks failed
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been cancelled

This commit is contained in:
hoangvv 2025-01-15 14:31:29 +07:00
parent 3367976a30
commit f0d79c3b59

View File

@ -8,7 +8,7 @@ on:
jobs:
native:
if: contains(github.event.head_commit.message, '@native')
runs-on: ubuntu-latest
runs-on: host
env:
DB_USER: ${{ secrets.DB_USER }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
@ -39,7 +39,7 @@ jobs:
- name: Run Tests
run: make run_test
docker:
if: contains(github.event.head_commit.message, '@docker')
runs-on: ubuntu-latest