Merge pull request #541 from antmicro/umarcor/ci/prevent-double
ci: prevent dual execution of dependabot updates
This commit is contained in:
commit
d139fc549f
|
@ -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