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