From 3289d1b9bb2119fff43d1b3eb5f255bb46e98c92 Mon Sep 17 00:00:00 2001 From: Lucas Severo Alves Date: Thu, 10 Dec 2020 15:59:56 +0100 Subject: [PATCH] Fix typo and flake coverage --- .github/workflows/all.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 3d363038e..c990a2b1a 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -45,8 +45,8 @@ jobs: # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos file: ./cover.out # flags: unittests # optional - name: externalsecret-operator - fail_ci_if_error: true + name: external-secrets + fail_ci_if_error: false docker: name: Docker diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d87f6345f..a2981f0fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: REPO_FULL_NAME="${{ github.event.pull_request.head.repo.full_name }}" # If this is both a pull request and a fork, then don't push the image if [[ ${{ github.event_name }} == pull_request ]]; then - if [[ $REPO_FULL_NAME != external-secrets/xternal-secrets ]]; then + if [[ $REPO_FULL_NAME != external-secrets/external-secrets ]]; then PUSH_IMAGE=false fi fi