File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 2
2
name : ' Generate Doxygen Documentation'
3
3
4
4
on :
5
- # TODO: incremental on pull request
5
+ # https://github.com/root-project/root/pull/12112#issuecomment-1411004278
6
+ pull_request :
7
+ branches :
8
+ - ' **'
9
+ paths-ignore :
10
+ - ' doc/**'
11
+ - ' documentation/**'
12
+
6
13
push :
14
+ # branches:
15
+ # - 'master'
16
+ # - 'v*-*-*-patches'
17
+
18
+ # Allows nightly builds to trigger one run for each branch easily, by
19
+ # providing the relevant branch as "default" value here:
20
+ workflow_call :
21
+ inputs :
22
+ head_ref :
23
+ type : string
24
+ default : master
25
+ base_ref :
26
+ type : string
27
+ default : master
28
+ ref_name :
29
+ type : string
30
+ default : master
7
31
8
32
workflow_dispatch :
9
33
inputs :
44
68
- linux
45
69
- x64
46
70
71
+ permissions :
72
+ contents : read
73
+
47
74
container :
48
75
image : registry.cern.ch/root-ci/alma9:buildready # ALSO UPDATE BELOW!
49
76
options : ' --security-opt label=disable --rm' # ALSO UPDATE BELOW!
You can’t perform that action at this time.
0 commit comments