From f73bb545935048978b43555d8c16a45454d1723e Mon Sep 17 00:00:00 2001 From: ioangatop Date: Wed, 27 Mar 2024 15:56:17 +0100 Subject: [PATCH 1/2] update email in CoC --- docs/CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index 5ebe701d..fc6013bc 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at conduct@kaiko.ai. All +reported by contacting the project team at eva@kaiko.ai. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. From 3dec3b14fd0fed8f66aae2e5f1f4066789f08152 Mon Sep 17 00:00:00 2001 From: ioangatop Date: Wed, 27 Mar 2024 16:15:25 +0100 Subject: [PATCH 2/2] update ci --- .github/workflows/ci.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8da0e265..2ad7a999 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,15 +4,12 @@ name: CI on: workflow_dispatch: pull_request: - paths-ignore: - - "docs/**" - - "*.md" + branches: + - main push: branches: - main - paths-ignore: - - "docs/**" - - "*.md" + jobs: quality: runs-on: ubuntu-latest @@ -32,7 +29,6 @@ jobs: run: nox -s lint - name: Performing static type checks run: nox -s check - tests: strategy: matrix: