Skip to content

Commit 2172406

Browse files
committed
Tweak the workflow to run on PR
1 parent 24b4300 commit 2172406

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/android-perf-private-device-experiment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: android-perf (private devices)
33
on:
44
schedule:
55
- cron: 0 0,8,16 * * *
6+
pull_request:
7+
paths:
8+
- .github/workflows/android-perf-private-device-experiment.yml
9+
push:
10+
branches:
11+
- main
12+
paths:
13+
- .github/workflows/android-perf-private-device-experiment.yml
614
# Note: GitHub has an upper limit of 10 inputs
715
workflow_dispatch:
816
inputs:

0 commit comments

Comments
 (0)