Skip to content

Commit 8ffb5d0

Browse files
committed
prevent merge hell
1 parent ebd3c9d commit 8ffb5d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-acpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
validate-lessons:
7-
name: Validate all lessons
7+
name: Validate Handling_Errors lesson
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: "3.14"
1515
- name: Validate lesson HTML
16-
run: python ./Scripts/LessonChecker.py --verify Lesson_Materials/*/index.html
16+
run: python ./Scripts/LessonChecker.py --verify Lesson_Materials/Handling_Errors/index.html
1717

1818
test-acpp:
1919
name: acpp llvm ${{ matrix.clang }}, ${{ matrix.os }}
@@ -78,7 +78,7 @@ jobs:
7878
- name: Extract code blocks from lesson
7979
run: |
8080
SNIPPETS="${GITHUB_WORKSPACE}/Code_Exercises/Lesson_Snippets"
81-
LESSONS="Lesson_Materials/Handling_Errors/index.html Lesson_Materials/Buffer_Accessor/index.html Lesson_Materials/Enqueueing_a_Kernel/index.html"
81+
LESSONS="Lesson_Materials/Handling_Errors/index.html Lesson_Materials/Buffer_Accessor/index.html"
8282
8383
python ./Scripts/LessonChecker.py --extract -o "${SNIPPETS}" ${LESSONS}
8484
- name: Build SYCLAcademy SYCL source code

0 commit comments

Comments
 (0)