Skip to content

Commit ac8bf52

Browse files
committed
Batch update to configure on: push, pull_request, and workflow_dispatch
1 parent c597a44 commit ac8bf52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/firebase_test_lab.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Runs Macro Benchmarks on Firebase Test Lab
33
on:
44
push:
55
branches: [ macrobenchmark, main ]
6+
pull_request:
7+
branches: [ main ]
68
workflow_dispatch:
79

810
jobs:
@@ -95,4 +97,3 @@ jobs:
9597
--environment-variables clearPackageData=true,additionalTestOutputDir=/sdcard/Download,no-isolated-storage=true,androidx.benchmark.enabledRules=BaselineProfile \
9698
--num-uniform-shards 2 \
9799
--timeout 30m
98-

.github/workflows/generate-bp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Generate Baseline Profiles
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
68
workflow_dispatch:
79

810
concurrency:
@@ -77,4 +79,3 @@ jobs:
7779
with:
7880
name: "Production App"
7981
path: MacrobenchmarkSample/app/build/outputs/apk/release/*.apk
80-

0 commit comments

Comments
 (0)