File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ jobs:
106106 with :
107107 go-version : ${{ steps.go-version.outputs.result }}
108108
109+ - name : Setup upterm session
110+ uses : owenthereal/action-upterm@v1
111+ with :
112+ limit-access-to-actor : true
113+
109114 - name : Generate timestamp for cluster name
110115 id : timestamp # Give the step an ID to reference its output
111116 run : |
@@ -131,11 +136,6 @@ jobs:
131136 CLOUDSDK_COMPUTE_ZONE: europe-west1-b
132137 CLUSTER_NAME: ${{ steps.timestamp.outputs.cluster_name }}
133138
134- - name : Setup upterm session
135- uses : owenthereal/action-upterm@v1
136- with :
137- limit-access-to-actor : true
138-
139139 - name : Delete GKE Cluster
140140 # 'always()' - Run this step regardless of success or failure.
141141 # '!contains(...)' - AND only run if the list of PR labels DOES NOT contain 'keep-e2e-cluster'.
You can’t perform that action at this time.
0 commit comments