diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ad6b5736e6aa75e44a2d421b6ccb08e97367a188..cf1a8beeea57a07255ad06323332ed2f970337eb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -34,10 +34,11 @@ concurrency: jobs: tarantool: # Run on push to the 'master' and release branches of tarantool/tarantool - # or on pull request if the 'full-ci' label is set. + # or on pull request if the 'full-ci' or 'integration-ci' label is set. if: github.repository == 'tarantool/tarantool' && ( github.event_name != 'pull_request' || - contains(github.event.pull_request.labels.*.name, 'full-ci') ) + contains(github.event.pull_request.labels.*.name, 'full-ci') || + contains(github.event.pull_request.labels.*.name, 'integration-ci') ) uses: tarantool/tarantool/.github/workflows/reusable_build.yml@master with: