We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4fdd8 commit af1c88dCopy full SHA for af1c88d
.github/workflows/deploy.yml
@@ -51,11 +51,18 @@ jobs:
51
- build-test
52
if: (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
53
name: Deploy and Release
54
- runs-on: blacksmith-8vcpu-ubuntu-2204
+ runs-on: ubuntu-22.04
55
permissions: write-all
56
steps:
57
- name: Free Disk Space (Ubuntu)
58
uses: jlumbroso/free-disk-space@main
59
+ with:
60
+ android: true
61
+ dotnet: true
62
+ haskell: true
63
+ large-packages: true
64
+ docker-images: true
65
+ swap-storage: true
66
- name: Checkout code
67
uses: actions/checkout@main
68
with:
0 commit comments