File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
- name : Eval
1
+ name : eval
2
2
3
3
on :
4
4
workflow_dispatch :
18
18
- ' .github/workflows/eval.yml'
19
19
20
20
jobs :
21
- evals :
21
+ eval :
22
22
environment : Actions
23
23
runs-on : ' ubuntu-20.04'
24
24
steps :
Original file line number Diff line number Diff line change 1
1
name : report
2
+
2
3
on :
3
4
workflow_run :
4
- workflows : [ eval, test ]
5
- types : [ completed ]
5
+ workflows : [eval, test]
6
+ types : [completed]
6
7
7
8
permissions :
8
9
checks : write
9
10
10
11
jobs :
11
- checks :
12
+ report :
12
13
runs-on : ubuntu-latest
13
14
steps :
14
- - name : Download Test Report
15
- uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295
16
- with :
17
- name : test-junit-results
18
- workflow : ${{ github.event.workflow.id }}
19
- run_id : ${{ github.event.workflow_run.id }}
20
15
- name : Download Eval Report
21
16
uses : actions/download-artifact@v4
22
17
with :
Original file line number Diff line number Diff line change 1
- name : Test
1
+ name : test
2
2
3
3
on :
4
4
push :
You can’t perform that action at this time.
0 commit comments