We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8a451 commit bbc59e5Copy full SHA for bbc59e5
2 files changed
.github/workflows/ci.yml
@@ -36,3 +36,8 @@ jobs:
36
permissions:
37
contents: read
38
security-events: write
39
+
40
+ test:
41
+ uses: ./.github/workflows/test.yml
42
+ permissions:
43
+ contents: read
.github/workflows/test.yml
@@ -1,11 +1,7 @@
1
name: Test
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- pull_request:
8
- types: [opened, synchronize, reopened]
+ workflow_call:
9
10
11
0 commit comments