From 17f9fa3c489eec50ba7aded3d0aa8bfa1e09bf58 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 11 Sep 2024 11:48:01 +0200 Subject: [PATCH] Trigger builds on all PR --- .github/workflows/firebase_test_lab.yml | 2 +- .github/workflows/generate-bp.yml | 2 +- .github/workflows/macrobenchmark.yml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index b6e0cb3e..fdfc1e4f 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 ] - workflow_dispatch: + pull_request: 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 cc9b4863..ba1796a0 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 ] - workflow_dispatch: + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/macrobenchmark.yml b/.github/workflows/macrobenchmark.yml index 6b0ee46d..27dd7639 100644 --- a/.github/workflows/macrobenchmark.yml +++ b/.github/workflows/macrobenchmark.yml @@ -2,10 +2,8 @@ name: Builds Macrobenchmarks on: pull_request: - types: [opened, synchronize, reopened, 'labeled'] push: branches: [ macrobenchmark, main ] - workflow_dispatch: jobs: # This job checks for any file changed within MacrobenchmarkSample/ folder