Skip to content

Commit ea1cab8

Browse files
authored
Disable the workflow for now
1 parent be72291 commit ea1cab8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name: apple-perf (private devices)
22

33
on:
4-
schedule:
5-
- cron: 0 0,4,8,12,16,20 * * *
4+
# TODO (huydhn): Disable the schedule run until we land the change to add device pool and device name
5+
# to separate between public and private iOS devices
6+
# schedule:
7+
# - cron: 0 0,4,8,12,16,20 * * *
68
pull_request:
79
paths:
810
- .github/workflows/apple-perf-private-device-experiment.yml
9-
push:
10-
branches:
11-
- main
12-
paths:
13-
- .github/workflows/apple-perf-private-device-experiment.yml
11+
# push:
12+
# branches:
13+
# - main
14+
# paths:
15+
# - .github/workflows/apple-perf-private-device-experiment.yml
1416
# Note: GitHub has an upper limit of 10 inputs
1517
workflow_dispatch:
1618
inputs:

0 commit comments

Comments
 (0)