Skip to content

Commit

Permalink
Update generate-bp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed May 18, 2023
1 parent f982294 commit d672e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
baseline-profile:
# needs: changes
# # Only run action for the main repo & not forks and if change is in macrobenchmark sample
if: github.repository_owner == 'android' && (needs.changes.outputs.macrobenchmark == 'true' || github.event_name == 'workflow_dispatch')
# if: github.repository_owner == 'android' && (needs.changes.outputs.macrobenchmark == 'true' || github.event_name == 'workflow_dispatch')
runs-on: macos-latest
timeout-minutes: 60
defaults:
Expand Down

0 comments on commit d672e13

Please sign in to comment.