File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ permissions:
10
10
contents : read
11
11
12
12
jobs :
13
- # Run our nightly builds. We build a matrix with the various build
14
- # targets and their details. Then we build either in a docker container
15
- # (Linux) or on the actual hosts (macOS, Windows).
13
+ # Run our benchmarks. We build a matrix with the various build
14
+ # targets and their details. Unlike our CI builds, we run these
15
+ # directly on the VM instead of in containers since we do not
16
+ # need the breadth of platform diversity.
16
17
build :
17
18
# Only run scheduled workflows on the main repository; prevents people
18
19
# from using build minutes on their forks.
Original file line number Diff line number Diff line change 15
15
16
16
permissions :
17
17
contents : read
18
+ packages : write
18
19
19
20
jobs :
20
21
containers :
Original file line number Diff line number Diff line change 12
12
13
13
permissions :
14
14
contents : read
15
+ packages : write
15
16
16
17
jobs :
17
18
# Run our nightly builds. We build a matrix with the various build
You can’t perform that action at this time.
0 commit comments