Skip to content

Commit 754cba5

Browse files
committed
[Fix]: Fixed an issue in release.yml where check and test were reused but not declared as reusable in the file.
1 parent 3818ec7 commit 754cba5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Check
22

33
on:
4+
workflow_call:
45
push:
56
branches: [ no_std ]
67
pull_request:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test
22

33
on:
4+
workflow_call:
45
push:
56
branches: [ no_std ]
67
pull_request:

0 commit comments

Comments
 (0)