From debbaa879079e0d8330ced0ad77ec7dc75389967 Mon Sep 17 00:00:00 2001 From: jonathan langlois Date: Wed, 22 Jan 2025 15:13:29 -0800 Subject: [PATCH] chore: remove insecure tls remove skip tls step in github action --- .github/workflows/deploy-aggregator.yaml | 18 +++++++++--------- .github/workflows/deploy-dashboard.yaml | 1 - .github/workflows/deploy-promtail.yaml | 1 - 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-aggregator.yaml b/.github/workflows/deploy-aggregator.yaml index df0e617..bfed26a 100644 --- a/.github/workflows/deploy-aggregator.yaml +++ b/.github/workflows/deploy-aggregator.yaml @@ -53,7 +53,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Set env to Sandbox - if: (github.ref == 'refs/heads/ssoteam-1919' && github.event_name == 'push') + if: (github.ref == 'refs/heads/dev' && github.event_name == 'push') run: | cat >> $GITHUB_ENV <> $GITHUB_ENV <> $GITHUB_ENV <