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: