update
This commit is contained in:
parent
0a9184fd14
commit
7ed7b2f6ed
@ -5,7 +5,13 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Get Current directory
|
||||
run: echo $(pwd)
|
||||
setup_native:
|
||||
if: contains(github.event.head_commit.message, '@native')
|
||||
runs-on: host
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user