File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 13
13
- ' README.md'
14
14
- ' RELEASE-NOTES.txt'
15
15
16
+ permissions :
17
+ contents : read
18
+
16
19
jobs :
17
20
windows :
21
+ permissions :
22
+ actions : write # for n1hility/cancel-previous-runs to create & stop workflow runs
23
+ contents : read # for actions/checkout to fetch code
18
24
name : Windows
19
25
runs-on : windows-latest
20
26
47
53
run : make -j2 test-headers
48
54
49
55
opencl :
56
+ permissions :
57
+ actions : write # for n1hility/cancel-previous-runs to create & stop workflow runs
58
+ contents : read # for actions/checkout to fetch code
50
59
name : OpenCL
51
60
runs-on : ubuntu-latest
52
61
64
73
echo "STAN_OPENCL=true" > make/local
65
74
make -j2 test-headers
66
75
no_range_checks :
76
+ permissions :
77
+ actions : write # for n1hility/cancel-previous-runs to create & stop workflow runs
78
+ contents : read # for actions/checkout to fetch code
67
79
name : NoRange
68
80
runs-on : ubuntu-latest
69
81
Original file line number Diff line number Diff line change 12
12
- ' LICENSE.md'
13
13
- ' README.md'
14
14
- ' RELEASE-NOTES.txt'
15
+ permissions :
16
+ contents : read
17
+
15
18
jobs :
16
19
prim-rev :
20
+ permissions :
21
+ actions : write # for n1hility/cancel-previous-runs to create & stop workflow runs
22
+ contents : read # for actions/checkout to fetch code
17
23
name : prim and rev tests
18
24
runs-on : windows-latest
19
25
You can’t perform that action at this time.
0 commit comments