Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add explicit exclusion for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Jun 4, 2022
1 parent 3922f6f commit 2d7bd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ jobs:
publish-docs:
name: Publish developer docs
runs-on: ubuntu-latest
# Check if the event is not triggered by a fork
if: github.event.pull_request.head.repo.full_name == github.repository
# Check if the event is not triggered by a fork or dependabot
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != "dependabot[bot]"
needs:
- build-images

Expand Down

0 comments on commit 2d7bd70

Please sign in to comment.