diff --git a/.github/workflows/console-check.yml b/.github/workflows/console-check.yml index 8e39e4c098..fe9703ac70 100644 --- a/.github/workflows/console-check.yml +++ b/.github/workflows/console-check.yml @@ -23,7 +23,7 @@ concurrency: jobs: trigger-console-builds: - if: github.event.pull_request.head.repo.fork == false || github.event_name == 'push' # secrets unavailable for fork PRs + if: github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.fork == false || github.event_name == 'push') # secrets unavailable for fork/dependabot PRs runs-on: ubuntu-latest strategy: fail-fast: false