Skip to content

Commit

Permalink
Ignore conductor-clients changes in GitHub Action workflows. Projects…
Browse files Browse the repository at this point in the history
… under this directory are standalone projects that should have their own build
  • Loading branch information
jmigueprieto committed Sep 17, 2024
1 parent affd819 commit 0f1e3e4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [ push, pull_request ]
on:
push:
paths-ignore:
- 'conductor-clients/**'
pull_request:
paths-ignore:
- 'conductor-clients/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'conductor-clients/**'

permissions:
contents: read
Expand Down
8 changes: 8 additions & 0 deletions conductor-clients/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Conductor Clients

This directory serves as the central repository for various officially supported Conductor client projects.

> **Note (2024-09-17):**
>
> Currently, it only contains the incubating Java client/SDK v3.
>
> We are in the process of refactoring our clients/SDKs (see: [conductor-sdk](https://github.com/conductor-sdk)) and will be moving them here soon.

0 comments on commit 0f1e3e4

Please sign in to comment.