Skip to content

Commit

Permalink
Update check_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel authored Feb 22, 2024
1 parent 84eef0c commit 7a9b7c3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Check PR

on:
# push:
# branches:
# '**'
# paths-ignore:
# - '**.md'
# - '.idea/**'
# - '.github/**'
pull_request:
branches:
'**'
Expand All @@ -19,7 +12,7 @@ on:

concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true
# cancel-in-progress: true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -75,4 +68,4 @@ jobs:
run: ./gradlew testDebugUnitTest

- name: Build
run: ./gradlew compileDebugKotlin
run: ./gradlew compileDebugKotlin

0 comments on commit 7a9b7c3

Please sign in to comment.