From 2632690a7d6a3583c949855cdfd28013f9f95425 Mon Sep 17 00:00:00 2001 From: sailesh duddupudi Date: Sun, 29 Sep 2024 22:40:34 +0000 Subject: [PATCH] Fix job name Signed-off-by: sailesh duddupudi --- .github/workflows/test-example-notebooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-example-notebooks.yaml b/.github/workflows/test-example-notebooks.yaml index 11ab206f7c..2619d9c6ed 100644 --- a/.github/workflows/test-example-notebooks.yaml +++ b/.github/workflows/test-example-notebooks.yaml @@ -8,7 +8,7 @@ concurrency: cancel-in-progress: true jobs: - create-pytorch-notebook-test: + create-pytorchjob-notebook-test: runs-on: ubuntu-latest timeout-minutes: 30 strategy: