Skip to content

Commit bbc59e5

Browse files
committed
Call test job from ci
1 parent 1a8a451 commit bbc59e5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636
permissions:
3737
contents: read
3838
security-events: write
39+
40+
test:
41+
uses: ./.github/workflows/test.yml
42+
permissions:
43+
contents: read

.github/workflows/test.yml

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

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
types: [opened, synchronize, reopened]
4+
workflow_call:
95

106
permissions:
117
contents: read

0 commit comments

Comments
 (0)