Skip to content

Commit 3e458dd

Browse files
committed
test before releasing in pipeline
1 parent ef8507c commit 3e458dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
- '*'
88

99
jobs:
10+
call-run-tests:
11+
uses: strowk/mcp-k8s-go/.github/workflows/test.yaml@test-pipeline
1012
release:
13+
needs: call-run-tests
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: Checkout

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
workflow_dispatch:
7+
workflow_call:
78

89
jobs:
910
run-tests:

0 commit comments

Comments
 (0)