File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11name : Install applications on Kubernets
22
33on :
4- push :
4+ pull_request :
55 workflow_dispatch :
66 inputs :
77 debug_enabled :
1515 strategy :
1616 matrix :
1717 KUBECTL_VERSION : ["v1.27.0", "v1.28.0", "v1.29.0", "v1.30.0"]
18+ isMain :
19+ - ${{ contains(github.ref, 'main') }}
1820 include :
1921 - KUBECTL_VERSION : " v1.27.0"
2022 K3S_VERSION : " v1.27.14+k3s1"
2527 - KUBECTL_VERSION : " v1.30.0"
2628 K3S_VERSION : " v1.30.1+k3s1"
2729 exclude :
28- - KUBECTL_VERSION : ${{ github.base_ref != 'refs/heads/main' && 'v1.27.0' }}
30+ - KUBECTL_VERSION : " v1.27.0"
31+ isMain : false
2932 - KUBECTL_VERSION : ${{ github.base_ref != 'refs/heads/main' && 'v1.28.0' }}
3033 - KUBECTL_VERSION : ${{ github.base_ref != 'refs/heads/main' && 'v1.29.0' }}
3134 runs-on : self-hosted
You can’t perform that action at this time.
0 commit comments