mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix typo and flake coverage
This commit is contained in:
parent
c5919dbfb9
commit
3289d1b9bb
2 changed files with 3 additions and 3 deletions
4
.github/workflows/all.yml
vendored
4
.github/workflows/all.yml
vendored
|
@ -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
|
name: external-secrets
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: false
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
name: Docker
|
name: Docker
|
||||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue