diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml index 9e4cfbe649..9473558c14 100644 --- a/.github/workflows/codesee-arch-diagram.yml +++ b/.github/workflows/codesee-arch-diagram.yml @@ -4,14 +4,12 @@ on: - main pull_request: types: [opened, synchronize, reopened] - branches-ignore: - - 'renovate/**' - - 'i18n-sync-**' name: CodeSee Map jobs: test_map_action: + if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }} runs-on: ubuntu-latest name: Run map action on action code steps: