From 043191c46601a6257ccfec4bdf1fb3fa7afa3ce9 Mon Sep 17 00:00:00 2001 From: tjlane Date: Mon, 28 Oct 2024 19:51:34 +0100 Subject: [PATCH] not there yet --- .github/workflows/ci.yml | 14 ++++++-------- .github/workflows/{lint.yml => ruff.yml} | 0 2 files changed, 6 insertions(+), 8 deletions(-) rename .github/workflows/{lint.yml => ruff.yml} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bcb169..3fa3e50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,15 +1,13 @@ name: CICD on: - push: - branches: - - master - tags: - - "v*" - pull_request: {} workflow_run: - workflows: ["tests"] - branches: [master] + workflows: + - "tests" + - "mypy" + - "ruff" + branches: + - "master" types: - completed workflow_dispatch: diff --git a/.github/workflows/lint.yml b/.github/workflows/ruff.yml similarity index 100% rename from .github/workflows/lint.yml rename to .github/workflows/ruff.yml