File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ name: Daily
6
6
7
7
on :
8
8
push :
9
- branches :
10
- - main
11
9
12
10
pull_request :
13
11
workflow_dispatch :
17
15
18
16
jobs :
19
17
checks :
18
+ runs-on : devcloud
19
+ steps :
20
+ - uses : actions/checkout@v4
21
+ - name : Apt installs
22
+ run : |
23
+ sudo apt update
24
+ sudo apt install -y clang-format clang-tidy uncrustify cppcheck iwyu
25
+ - uses : actions/setup-python@v4
26
+ with :
27
+ python-version : ' 3.10'
28
+ cache : ' pip'
29
+ - run : pip install pre-commit
30
+ - run : pre-commit run --all-files
31
+ icpx :
20
32
runs-on : devcloud
21
33
env :
22
34
CXX : icpx
23
35
CC : icx
24
36
steps :
25
- - uses : actions/checkout@v4
26
37
- name : Build & Run
27
- run : srun -p pvc-shared -w idc-beta-batch-pvc-node-12 scripts/daily.sh
38
+ run : srun -p pvc-shared -w idc-beta-batch-pvc-node-12 scripts/daily.sh
You can’t perform that action at this time.
0 commit comments