Skip to content

Commit d5b6e9c

Browse files
committed
fix wait release job
1 parent 78afe55 commit d5b6e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/functional.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
147147
148148
- name: Wait for release to exist
149-
if: startsWith(github.ref, 'refs/tags/')
150149
run: |
151150
REF=${{ github.ref_name }}
152151
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric:${REF#v}; do sleep 5; done

0 commit comments

Comments
 (0)