ci: small nightly fixes (#3993)
* Add back correct checkout steps * fix directory
This commit is contained in:
parent
06239ea63a
commit
06eebb5ca8
5 changed files with 11 additions and 7 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -56,6 +56,8 @@ jobs:
|
|||
version: ${{ steps.check-version.outputs.version }}
|
||||
skipped: ${{ steps.check-version.outputs.skipped }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Environment
|
||||
uses: ./.github/workflows/setup-uv.yml
|
||||
with:
|
||||
|
|
@ -116,6 +118,8 @@ jobs:
|
|||
outputs:
|
||||
version: ${{ steps.check-version.outputs.version }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Environment
|
||||
uses: ./.github/workflows/setup-uv.yml
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue