Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/e2e-async.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Async
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-bubblesort-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Bubble Sort Benchmark
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-bubblesort-pytest-nogit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Bubble Sort Pytest (No Git)
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-bubblesort-unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Bubble Sort Unittest
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-coverage-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: Coverage E2E
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-futurehouse-structure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Futurehouse Structure
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-init-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Init Optimization
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'
workflow_dispatch:

concurrency:
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/e2e-js-cjs-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ name: E2E - JS CommonJS Function
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/languages/javascript/**'
- 'packages/**'
- 'code_to_optimize/js/**'
- 'tests/test_languages/test_javascript*'
- 'tests/test_languages/test_js_*'
- 'tests/test_languages/test_import_resolver*'
- 'tests/test_languages/test_typescript*'
- 'tests/test_languages/test_vitest*'
- 'tests/scripts/end_to_end_test_js*'
- '.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/e2e-js-esm-async.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ name: E2E - JS ESM Async
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/languages/javascript/**'
- 'packages/**'
- 'code_to_optimize/js/**'
- 'tests/test_languages/test_javascript*'
- 'tests/test_languages/test_js_*'
- 'tests/test_languages/test_import_resolver*'
- 'tests/test_languages/test_typescript*'
- 'tests/test_languages/test_vitest*'
- 'tests/scripts/end_to_end_test_js*'
- '.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/e2e-js-ts-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ name: E2E - JS TypeScript Class
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/languages/javascript/**'
- 'packages/**'
- 'code_to_optimize/js/**'
- 'tests/test_languages/test_javascript*'
- 'tests/test_languages/test_js_*'
- 'tests/test_languages/test_import_resolver*'
- 'tests/test_languages/test_typescript*'
- 'tests/test_languages/test_vitest*'
- 'tests/scripts/end_to_end_test_js*'
- '.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-topological-sort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Topological Sort (Worktree)
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'

workflow_dispatch:

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-tracer-replay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: E2E - Tracer Replay
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*'
- '!.github/workflows/e2e-js-*'
workflow_dispatch:

concurrency:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
branches:
- main
pull_request:
paths:
- 'codeflash/**'
- 'tests/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/mypy.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/prek.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Lint
on: [pull_request]
on:
pull_request:
paths:
- 'codeflash/**'
- 'tests/**'
- 'code_to_optimize/**'
- '!code_to_optimize/js/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/prek.yaml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
branches: [main]
pull_request:
paths:
- 'codeflash/**'
- 'tests/**'
- 'code_to_optimize/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/unit-tests.yaml'
workflow_dispatch:

concurrency:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/windows-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
branches: [main]
pull_request:
paths:
- 'codeflash/**'
- 'tests/**'
- 'code_to_optimize/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/windows-unit-tests.yml'
workflow_dispatch:

concurrency:
Expand Down