Skip to content

Commit

Permalink
fix: free up space for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Nov 14, 2024
1 parent 5efc5ac commit 1953cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: false
dotnet: true
haskell: true
dotnet: false
haskell: false
large-packages: false
swap-storage: true
swap-storage: false
- name: Tutor build openedx
run: tutor images build openedx aspects aspects-superset
- name: Tutor start
Expand Down

0 comments on commit 1953cf6

Please sign in to comment.