Skip to content

Commit 0dfabb4

Browse files
committed
moved workflow around
1 parent 062b536 commit 0dfabb4

File tree

4 files changed

+2
-41
lines changed

4 files changed

+2
-41
lines changed

.github/workflows/notebooks/create-readme.yml renamed to .github/workflows/notebook-create-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ref: ${{ github.head_ref }}
3939
fetch-depth: 0
40-
- uses: ./.github/workflows/actions
40+
- uses: ./.github/actions/notebooks
4141
with:
4242
rye-version: ${{ vars.RYE_VERSION }}
4343
python-version: ${{ inputs.python-version }}

.github/workflows/notebooks/format.yml renamed to .github/workflows/notebook-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: ${{ github.head_ref }}
2525
fetch-depth: 0
26-
- uses: ./.github/workflows/actions
26+
- uses: ./.github/actions/notebooks
2727
with:
2828
rye-version: ${{ vars.RYE_VERSION }}
2929
python-version: ${{ inputs.python-version }}

.github/workflows/notebooks.yml

-39
This file was deleted.

0 commit comments

Comments
 (0)