Skip to content

Commit 8a22073

Browse files
Move BP generation and FTL runs to workflow_dispatch
1 parent c8ae1e4 commit 8a22073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase_test_lab.yml

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

88
jobs:
99
# This job checks for any file changed within MacrobenchmarkSample/ folder

.github/workflows/generate-bp.yml

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

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)