From 009feea6a5367d5954103c53c98a0e1017f96e1c Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Mon, 13 May 2024 20:19:59 -0400 Subject: [PATCH] Renaming --- .../main_ai-assistants-prototypes.yml | 24 ------------------- .github/workflows/test_deploy.yml | 6 +---- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 .github/workflows/main_ai-assistants-prototypes.yml diff --git a/.github/workflows/main_ai-assistants-prototypes.yml b/.github/workflows/main_ai-assistants-prototypes.yml deleted file mode 100644 index 16b23cd0..00000000 --- a/.github/workflows/main_ai-assistants-prototypes.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Run checks on recipes ai repo - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - build: - runs-on: 'ubuntu-latest' - - steps: - - uses: actions/checkout@v2 - - code-quality-checks: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: "3.11.4" - - uses: pre-commit/action@v3.0.1 - diff --git a/.github/workflows/test_deploy.yml b/.github/workflows/test_deploy.yml index 16b23cd0..2f761e1c 100644 --- a/.github/workflows/test_deploy.yml +++ b/.github/workflows/test_deploy.yml @@ -1,10 +1,6 @@ name: Run checks on recipes ai repo -on: - push: - branches: - - main - workflow_dispatch: +on: [push, pull_request] jobs: build: