Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 26d54d4

Browse files
committed
Test with release-v0.23 of instructlab/instructlab
This updates our release-v0.7 branch to test with the corresponding version of instructlab/instructlab, instead of main. Signed-off-by: Ben Browning <bbrownin@redhat.com>
1 parent e12803c commit 26d54d4

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/e2e-nvidia-l4-x1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
9191
repository: "instructlab/instructlab"
92+
ref: "release-v0.23"
9293
path: "instructlab"
9394
# https://github.com/actions/checkout/issues/249
9495
fetch-depth: 0

.github/workflows/e2e-nvidia-t4-x1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
9191
repository: "instructlab/instructlab"
92+
ref: "release-v0.23"
9293
path: "instructlab"
9394
# https://github.com/actions/checkout/issues/249
9495
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
- "3.11"
4848
platform:
4949
- "ubuntu-latest"
50-
include:
51-
- python: "3.11"
52-
platform: "macos-latest"
5350
steps:
5451
- name: "Harden Runner"
5552
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4

0 commit comments

Comments
 (0)