File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 31
31
schedule :
32
32
- cron : ' 0 0 * * *'
33
33
34
+ workflow_dispatch :
35
+
34
36
concurrency :
35
37
36
38
group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}
41
43
addlicense :
42
44
name : verify licenses
43
45
44
- runs-on : ubuntu-20 .04
46
+ runs-on : ubuntu-22 .04
45
47
46
48
steps :
47
49
- uses : actions/checkout@v2
61
63
buildifier :
62
64
name : check format with buildifier
63
65
64
- runs-on : ubuntu-20 .04
66
+ runs-on : ubuntu-22 .04
65
67
66
68
steps :
67
69
- uses : actions/checkout@v2
99
101
clang_format :
100
102
name : check format with clang-format
101
103
102
- runs-on : ubuntu-20 .04
104
+ runs-on : ubuntu-22 .04
103
105
104
106
steps :
105
107
- uses : actions/checkout@v2
@@ -115,7 +117,7 @@ jobs:
115
117
clang_tidy :
116
118
name : check format with clang-tidy
117
119
118
- runs-on : ubuntu-20 .04
120
+ runs-on : ubuntu-22 .04
119
121
120
122
steps :
121
123
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 31
31
schedule :
32
32
- cron : ' 0 0 * * *'
33
33
34
+ workflow_dispatch :
35
+
34
36
concurrency :
35
37
36
38
group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}
You can’t perform that action at this time.
0 commit comments