Skip to content

Commit

Permalink
Merge pull request #69 from InkApplications/disable-parallel-release
Browse files Browse the repository at this point in the history
Disable parallel release builds
  • Loading branch information
ReneeVandervelde authored Oct 19, 2024
2 parents 665ee79 + 5546f66 commit c8fca54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags: ['*']
env:
GITHUB_TAG: ${{ github.ref }}
GRADLE_OPTS: -Dorg.gradle.parallel=false
jobs:
tests:
name: Test
Expand Down

0 comments on commit c8fca54

Please sign in to comment.