Skip to content

Commit db44f31

Browse files
committed
test if only genai actions run
1 parent c8a4aa6 commit db44f31

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/genai-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
lint:
10+
genai-lint:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout sources

.github/workflows/genai-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
lint:
10+
genai-tests:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout sources

genai/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)