diff --git a/.github/workflows/update-test-durations.yml b/.github/workflows/update-test-durations.yml index 5f12a648a..fb185cde2 100644 --- a/.github/workflows/update-test-durations.yml +++ b/.github/workflows/update-test-durations.yml @@ -4,8 +4,10 @@ on: push: branches: - main + - gl/feat/add-test-duration-caching # TEMPORARY: Remove before merging paths: - 'tests/**/*.py' + - '.github/workflows/update-test-durations.yml' # TEMPORARY: For testing workflow_dispatch: permissions: