diff --git a/.github/workflows/robot-workflow.yml b/.github/workflows/robot-workflow.yml index 7a93ab74..9296cd34 100644 --- a/.github/workflows/robot-workflow.yml +++ b/.github/workflows/robot-workflow.yml @@ -106,7 +106,7 @@ jobs: Update Coverage Badge # GitHub actions: default branch variable # https://stackoverflow.com/questions/64781462/github-actions-default-branch-variable - if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) + # if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) uses: we-cli/coverage-badge-action@main - name: Discord notification