Browse Source

Fix typo and flake coverage

Lucas Severo Alves 5 years ago
parent
commit
3289d1b9bb
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/all.yml
  2. 1 1
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/all.yml

@@ -45,8 +45,8 @@ jobs:
         # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
         # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
         file: ./cover.out
         file: ./cover.out
         # flags: unittests # optional
         # flags: unittests # optional
-        name: externalsecret-operator
-        fail_ci_if_error: true 
+        name: external-secrets
+        fail_ci_if_error: false
 
 
   docker:
   docker:
     name: Docker
     name: Docker

+ 1 - 1
.github/workflows/main.yml

@@ -76,7 +76,7 @@ jobs:
         REPO_FULL_NAME="${{ github.event.pull_request.head.repo.full_name }}"
         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 this is both a pull request and a fork, then don't push the image
         if [[ ${{ github.event_name }} == pull_request ]]; then
         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
             PUSH_IMAGE=false
           fi
           fi
         fi
         fi