diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index b6e0cb3..fdfc1e4 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 cc9b486..ba1796a 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 6b0ee46..27dd763 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