Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Jan 19, 2024
1 parent 87f0a63 commit 03358cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
pull_request:
types: [ opened, labeled, unlabeled, synchronize ]

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

env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
JAVA_VERSION: 19
Expand All @@ -25,9 +21,6 @@ jobs:
checks: write
pull-requests: write

strategy:
fail-fast: false

steps:
- name: Checkout Project
uses: actions/[email protected]
Expand Down

0 comments on commit 03358cd

Please sign in to comment.