Skip to content

Commit

Permalink
fix: Tailscale sleep workaround (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
seyhello authored Nov 19, 2024
1 parent a841601 commit d378038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ jobs:
version: 1.76.1

# Bug https://github.com/tailscale/github-action/issues/107
#- name: Tailscale sleep workaround
# run: |
# sleep 10
- name: Tailscale sleep workaround
run: |
sleep 10
- name: helmfile ${{ inputs.helmfileCommand }}
run: |
Expand Down

0 comments on commit d378038

Please sign in to comment.