Skip to content

Commit 305469f

Browse files
committed
Make actual inference in CI optional, since it depends on org settings
1 parent 9216800 commit 305469f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858

5959
- name: Test Local Action
6060
id: test-action
61+
continue-on-error: true
6162
uses: ./
6263
with:
6364
prompt: hello
@@ -86,6 +87,7 @@ jobs:
8687

8788
- name: Test Local Action with Prompt File
8889
id: test-action-prompt-file
90+
continue-on-error: true
8991
uses: ./
9092
with:
9193
prompt-file: prompt.txt

0 commit comments

Comments
 (0)