Skip to content

Commit

Permalink
CI xFormers try again
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 4, 2023
1 parent 0a1bb7f commit d6f139a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-xfomers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish 'xformers' to Docker Hub

on:
workflow_dispatch: # Can be manually triggered
# schedule: # Runs on every Sunday, 09:00 UTC
# - cron: '0 9 * * 0'
schedule: # Runs on every Sunday, 09:00 UTC
- cron: '0 9 * * 0'

jobs:

Expand All @@ -14,12 +14,8 @@ jobs:
- name: Maximize build disk space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 512
remove-dotnet: 'true'
overprovision-lvm: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
-
name: Git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d6f139a

Please sign in to comment.