File tree Expand file tree Collapse file tree 3 files changed +27
-27
lines changed Expand file tree Collapse file tree 3 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
name : Libs Test
2
2
3
- # on:
4
- # # allow this workflow to be called from other workflows, namely: publish
5
- # workflow_call:
6
- # push:
7
- # branches:
8
- # - main
9
- # pull_request:
10
- # branches:
11
- # - main
3
+ on :
4
+ # allow this workflow to be called from other workflows, namely: publish
5
+ workflow_call :
6
+ push :
7
+ branches :
8
+ - main
9
+ pull_request :
10
+ branches :
11
+ - main
12
12
13
13
jobs :
14
14
enumerate-libs :
Original file line number Diff line number Diff line change 1
1
name : Native Image Tests
2
2
3
- # on:
4
- # # allow this workflow to be called from other workflows, namely: publish
5
- # workflow_call:
6
- # push:
7
- # branches:
8
- # - main
9
- # pull_request:
10
- # branches:
11
- # - main
3
+ on :
4
+ # allow this workflow to be called from other workflows, namely: publish
5
+ workflow_call :
6
+ push :
7
+ branches :
8
+ - main
9
+ pull_request :
10
+ branches :
11
+ - main
12
12
13
13
jobs :
14
14
build :
Original file line number Diff line number Diff line change 1
1
name : Unit Tests
2
2
3
- # on:
4
- # # allow this workflow to be called from other workflows, namely: publish
5
- # workflow_call:
6
- # push:
7
- # branches:
8
- # - main
9
- # pull_request:
10
- # branches:
11
- # - main
3
+ on :
4
+ # allow this workflow to be called from other workflows, namely: publish
5
+ workflow_call :
6
+ push :
7
+ branches :
8
+ - main
9
+ pull_request :
10
+ branches :
11
+ - main
12
12
13
13
jobs :
14
14
setup :
You can’t perform that action at this time.
0 commit comments