ci: prevent dual execution of dependabot updates

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-03-29 13:44:49 +02:00
parent 5e5193fcf5
commit 16592ecb4b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
jobs: jobs:
Docs: Docs:
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: '📓 Docs' name: '📓 Docs'
steps: steps: