We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a890c commit aaa9981Copy full SHA for aaa9981
.github/workflows/scsctl_test.yml
@@ -1,7 +1,7 @@
1
name: scsctl_test
2
on:
3
push:
4
- branches: [ test/scsctl_cicd_integration ]
+ branches: [ main ]
5
workflow_dispatch:
6
7
jobs:
@@ -20,13 +20,7 @@ jobs:
20
- name: Start a local k8s cluster
21
uses: jupyterhub/action-k3s-helm@v3
22
with:
23
- # See available:
24
- # - k3s release channels at https://github.com/k3s-io/k3s/blob/HEAD/channel.yaml
25
- # - k3s versions at https://github.com/k3s-io/k3s/tags
26
- # - helm versions at https://github.com/helm/helm/tags
27
k3s-channel: latest
28
- # k3s-version: v1.22.2+k3s1
29
- # helm-version: v3.7.0
30
31
- name: Verify function of k8s, kubectl, and helm
32
run: |
0 commit comments