mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
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
1 changed files with 1 additions and 0 deletions
1
.github/workflows/Doc.yml
vendored
1
.github/workflows/Doc.yml
vendored
|
@ -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 a new issue