Skip to content

Commit 5fb23a8

Browse files
authored
Disable testing with v1 main (#359)
1 parent 264a888 commit 5fb23a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Get tutorial notebooks for v1
2424
VERSION=$(gh api /repos/deepset-ai/haystack/releases | \
2525
jq -r '[.[].tag_name | select(test("^v1.[0-9]+.[0-9]+$"))] | first')
26-
NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION" --include-main)
26+
NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION")
2727
echo "matrix_v1={\"include\":$NOTEBOOKS}" >> "$GITHUB_OUTPUT"
2828
2929
# Get tutorial notebooks for v2

.github/workflows/run_tutorials_v1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Get tutorial notebooks for 1.x
4848
VERSION=$(gh api /repos/deepset-ai/haystack/releases | \
4949
jq -r '[.[].tag_name | select(test("^v1.[0-9]+.[0-9]+$"))] | first')
50-
NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION" --include-main)
50+
NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION")
5151
echo "matrix={\"include\":$NOTEBOOKS}" >> "$GITHUB_OUTPUT"
5252
5353
- name: Get changed files

0 commit comments

Comments
 (0)