Skip to content

Commit d378038

Browse files
authored
fix: Tailscale sleep workaround (#156)
1 parent a841601 commit d378038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_helmfile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ jobs:
197197
version: 1.76.1
198198

199199
# Bug https://github.com/tailscale/github-action/issues/107
200-
#- name: Tailscale sleep workaround
201-
# run: |
202-
# sleep 10
200+
- name: Tailscale sleep workaround
201+
run: |
202+
sleep 10
203203
204204
- name: helmfile ${{ inputs.helmfileCommand }}
205205
run: |

0 commit comments

Comments
 (0)