From 81ede2f6d25e52e3d3e1e195625046250e885793 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Fri, 13 May 2022 09:25:37 +0300 Subject: [PATCH] where to run --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6060ca77cf..a7e78112c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: branches: - master - types: [opened, synchronize, closed] + types: [closed] concurrency: group: build-${{ github.event.pull_request.number || github.ref }} @@ -15,7 +15,7 @@ concurrency: jobs: tests: - if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true)) + if: (github.event.action != 'closed' || github.event.pull_request.merged == true) strategy: matrix: os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments