Skip to content

Commit

Permalink
add history for sky
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 13, 2024
1 parent fdc72df commit 9f6120d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-aws-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Clone SkyPilot repo
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: skypilot-org/skypilot
path: sky
- name: Clone Catalog repo
Expand All @@ -24,8 +25,6 @@ jobs:
fetch-depth: 0
path: catalogs
token: ${{ secrets.GH_ACTION_PAT }}
# Use the same commit hash as the workflow is triggered by
ref: ${{ github.event.workflow_run.head_sha }}
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-fluidstack-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Clone SkyPilot repo
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: skypilot-org/skypilot
path: sky
- name: Clone Catalog repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-gcp-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Clone SkyPilot repo
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: skypilot-org/skypilot
path: sky
- name: Clone Catalog repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-lambda-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Clone SkyPilot repo
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: skypilot-org/skypilot
path: sky
- name: Clone Catalog repo
Expand Down

0 comments on commit 9f6120d

Please sign in to comment.