Skip to content

Commit c8c922b

Browse files
committed
pt2
1 parent 76b6012 commit c8c922b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Test Provision K8s Action
2+
3+
on:
4+
push:
5+
paths:
6+
- 'ci/cached-builds/**'
7+
- '.github/actions/provision-k8s/**'
8+
pull_request:
9+
paths:
10+
- 'ci/cached-builds/**'
11+
- '.github/actions/provision-k8s/**'
12+
workflow_dispatch:
13+
14+
jobs:
15+
test-provisioning:
16+
runs-on: ubuntu-24.04
17+
steps:
18+
- uses: actions/checkout@v5
19+
20+
- name: Provision K8s cluster
21+
uses: ./.github/actions/provision-k8s

0 commit comments

Comments
 (0)