From 7a9b7c39d2c0e6dcd8b2c1cf5ea807ad27fe09bb Mon Sep 17 00:00:00 2001 From: Michael Bely Date: Thu, 22 Feb 2024 19:03:55 +0300 Subject: [PATCH] Update check_pr.yml --- .github/workflows/check_pr.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index f0b8098d9..bf1c8ddc1 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -1,13 +1,6 @@ name: Check PR on: -# push: -# branches: -# '**' -# paths-ignore: -# - '**.md' -# - '.idea/**' -# - '.github/**' pull_request: branches: '**' @@ -19,7 +12,7 @@ on: concurrency: group: environment-${{ github.ref }} - cancel-in-progress: true +# cancel-in-progress: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -75,4 +68,4 @@ jobs: run: ./gradlew testDebugUnitTest - name: Build - run: ./gradlew compileDebugKotlin \ No newline at end of file + run: ./gradlew compileDebugKotlin