From 9dd5657148ad4db8610c57a1c19dba5c5dee9ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 27 May 2020 23:20:12 +0200 Subject: [PATCH] Trying to trigger delete on correct branch --- .github/workflows/cleanup.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 919d685a..bb6bcc89 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -21,4 +21,6 @@ jobs: env: KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }} with: - namespace: workadventure-${{ env.GITHUB_REF_SLUG }} +# FIXME: we are not using ${{ env.GITHUB_REF_SLUG }} that resolves to master BUT! we are not using a slugified namespace +# so complex namespace names will not be treated correctly + namespace: workadventure-${{ github.event.ref }}