diff --git a/.gitea/workflows/setup_native.yml b/.gitea/workflows/setup_native.yml index c3beb1080..1041a4ed2 100644 --- a/.gitea/workflows/setup_native.yml +++ b/.gitea/workflows/setup_native.yml @@ -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: