Skip to content

Commit

Permalink
Running out of disk space on Github build servers
Browse files Browse the repository at this point in the history
When not pushing to remote repository so use the default builder instead
for pull requests.
  • Loading branch information
nigelgbanks committed Mar 23, 2021
1 parent 5016844 commit e468dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build Docker images
uses: eskatos/gradle-command-action@v1
with:
arguments: build -Pdocker.driver=docker-container -Pdocker.platforms=linux/amd64,linux/arm64 --info
arguments: build --info

0 comments on commit e468dd9

Please sign in to comment.