From 9aa6f950e5267a7a2d598545553097293035c9c5 Mon Sep 17 00:00:00 2001 From: "dima.avdeev" Date: Thu, 7 Dec 2023 19:28:44 +0400 Subject: [PATCH] Update ios-pr.yml --- .github/workflows/ios-pr.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ios-pr.yml b/.github/workflows/ios-pr.yml index d5511d9f46bbc..296c292bab1b9 100644 --- a/.github/workflows/ios-pr.yml +++ b/.github/workflows/ios-pr.yml @@ -2,13 +2,12 @@ name: iOS Unit tests on: pull_request: push: - branches: + branches: - "jb-main" - - "dima-andrei/ios-tests-on-pr" - + - "dima-andrei/ios-tests-on-pr-2" concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: