Skip to content

Commit e411910

Browse files
committed
rename base workflow
1 parent eb028c2 commit e411910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
program:
2121
- src: 'function'
2222
lib: ''
23-
aux: 'LoggerCore/src/LoggerFunctionm* LoggerCore/src/LoggerFunctionReturns* LoggerCore/src/LoggerModule*'
23+
aux: 'LoggerCore/src/LoggerFunction* LoggerCore/src/LoggerFunctionReturns* LoggerCore/src/LoggerModule*'
2424
# CHANGE platforms as needed
2525
platform:
2626
- {name: 'p2', version: '6.3.2'}

.github/workflows/compile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Base workflow_call for compile actions
1+
name: Base workflow for compile
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)