Skip to content

Commit

Permalink
Move BP generation and FTL runs to workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Sep 11, 2024
1 parent 17f9fa3 commit 68461ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_test_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 68461ff

Please sign in to comment.