Disable validation for dependabot
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>pull/23/head
parent
cf09c5c41b
commit
f189bae6c7
|
@ -20,6 +20,7 @@ jobs:
|
|||
uses: actions/checkout@v2.3.3
|
||||
-
|
||||
name: Validate
|
||||
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
|
||||
run: docker buildx bake validate
|
||||
-
|
||||
name: Test
|
||||
|
|
Loading…
Reference in New Issue