Skip to content

Commit c05ad7d

Browse files
committed
chore: remove dynamic all_packages label logic to prevent unintentional 1-2hr presubmits
1 parent 09932d5 commit c05ad7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/import-profiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade setuptools pip wheel
3232
- name: Run import profiler
3333
env:
34-
BUILD_TYPE: ${{ contains(github.event.pull_request.labels.*.name, 'import_profile:all_packages') && 'all' || 'presubmit' }}
34+
BUILD_TYPE: presubmit
3535
TARGET_BRANCH: ${{ github.base_ref || github.event.merge_group.base_ref }}
3636
TEST_TYPE: import_profile
3737
PY_VERSION: "3.15"

0 commit comments

Comments
 (0)