ci: prevent dual execution of dependabot updates
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
5e5193fcf5
commit
16592ecb4b
|
@ -10,6 +10,7 @@ on:
|
|||
jobs:
|
||||
|
||||
Docs:
|
||||
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
|
||||
runs-on: ubuntu-latest
|
||||
name: '📓 Docs'
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue