Skip to content

Commit

Permalink
ci: disable e2e examples test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Oct 27, 2024
1 parent 29916f9 commit b851ff8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/examples-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: E2E Examples

on:
push:
branches: ["main"]
paths-ignore:
- "**/*.md"
# TODO: ollama hangs
#push:
# branches: ["main"]
# paths-ignore:
# - "**/*.md"
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit b851ff8

Please sign in to comment.