Skip to content

Commit 0ef24b2

Browse files
author
Kim Harjamaki
committed
Make demo CI non-failing
1 parent 63a0a7b commit 0ef24b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/demo-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
demo:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Intentional failure
12+
- name: Demo sanity
1313
run: |
14-
echo "Simulated failure for Autopilot demo."
15-
exit 1
14+
echo "Simulated demo step (non-blocking)."

0 commit comments

Comments
 (0)