Skip to content

Commit 564aa73

Browse files
committed
test
1 parent 620834a commit 564aa73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publishsizes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sizes Results
22

33
on:
44
workflow_run:
5-
workflows: [ESP32 Arduino CI]
5+
workflows: [Compilation Test]
66
types:
77
- completed
88

@@ -63,7 +63,7 @@ jobs:
6363
uses: juliangruber/read-file-action@v1
6464
with:
6565
path: ./artifacts/sizes-report/pr_num.txt
66-
66+
6767
- name: Report results
6868
uses: P-R-O-C-H-Y/report-size-deltas@sizes_v2
6969
with:

.github/workflows/push.yml

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

33
on:
44
workflow_dispatch:

.github/workflows/tests.yml

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

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)