Skip to content

Commit f9fc565

Browse files
committed
Update workflow
1 parent 5e84206 commit f9fc565

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/workflows/eval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Eval
1+
name: eval
22

33
on:
44
workflow_dispatch:
@@ -18,7 +18,7 @@ on:
1818
- '.github/workflows/eval.yml'
1919

2020
jobs:
21-
evals:
21+
eval:
2222
environment: Actions
2323
runs-on: 'ubuntu-20.04'
2424
steps:

.github/workflows/report.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
name: report
2+
23
on:
34
workflow_run:
4-
workflows: [ eval, test ]
5-
types: [ completed ]
5+
workflows: [eval, test]
6+
types: [completed]
67

78
permissions:
89
checks: write
910

1011
jobs:
11-
checks:
12+
report:
1213
runs-on: ubuntu-latest
1314
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 }}
2015
- name: Download Eval Report
2116
uses: actions/download-artifact@v4
2217
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: test
22

33
on:
44
push:

0 commit comments

Comments
 (0)