Skip to content
Snippets Groups Projects
Unverified Commit 67b090be authored by Igor Munkin's avatar Igor Munkin
Browse files

ci: add 'self-hosted' tag to runs-on section


Fun fact: our self-hosted macOS runner has the same name as the one
provided by GitHub. Hence sometimes when no self-hosted runners are
available, the public GitHub one is chosen.

This patch enforces LuaJIT integration workflow to use only self-hosted
runner by explicitly specifying this in runs-on section.

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci

Reviewed-by: default avatarYaroslav Lobankov <y.lobankov@tarantool.org>
Signed-off-by: default avatarIgor Munkin <imun@tarantool.org>
(cherry picked from commit a8b95d09)
parent e8271b04
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ on:
jobs:
luajit-integration:
runs-on: ${{ inputs.host }}
runs-on: [ self-hosted, '${{ inputs.host }}' ]
steps:
- name: Prepare checkout
uses: tarantool/actions/prepare-checkout@master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment