update @docker @no_cleanup @push_image
All checks were successful
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Successful in 2m13s

This commit is contained in:
hoangvv 2025-01-15 14:47:49 +07:00
parent 5ac9df17a3
commit 25d50e9fb2

View File

@ -2,9 +2,10 @@ name: Setup Native Action
on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]
# options in commit : @native @docker @push_image @run_test @no_cleanup
jobs:
native:
if: contains(github.event.head_commit.message, '@native')