diff --git a/.github/workflows/postBlueSky.yml b/.github/workflows/postBlueSky.yml index 85ccbdbf..8a67768b 100644 --- a/.github/workflows/postBlueSky.yml +++ b/.github/workflows/postBlueSky.yml @@ -7,7 +7,7 @@ on: jobs: if_merged: - if: github.event.pull_request.merged == true && github.event.pull_request.user.login != renovate + if: github.event.pull_request.merged == true && github.event.pull_request.user.login != 'renovate' runs-on: ubuntu-latest steps: # - run: |