From 68461ff42feefe5146a05fbd4aeadc5b54fe0a4d Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 11 Sep 2024 15:07:39 +0200 Subject: [PATCH] Move BP generation and FTL runs to workflow_dispatch --- .github/workflows/firebase_test_lab.yml | 2 +- .github/workflows/generate-bp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index fdfc1e4..b6e0cb3 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -3,7 +3,7 @@ name: Runs Macro Benchmarks on Firebase Test Lab on: push: branches: [ macrobenchmark, main ] - pull_request: + workflow_dispatch: jobs: # This job checks for any file changed within MacrobenchmarkSample/ folder diff --git a/.github/workflows/generate-bp.yml b/.github/workflows/generate-bp.yml index ba1796a..cc9b486 100644 --- a/.github/workflows/generate-bp.yml +++ b/.github/workflows/generate-bp.yml @@ -3,7 +3,7 @@ name: Generate Baseline Profiles on: push: branches: [ main ] - pull_request: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}