mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-03-31 05:20:07 +02:00
Disable validation for dependabot
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
cf09c5c41b
commit
f189bae6c7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
uses: actions/checkout@v2.3.3
|
uses: actions/checkout@v2.3.3
|
||||||
-
|
-
|
||||||
name: Validate
|
name: Validate
|
||||||
|
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
|
||||||
run: docker buildx bake validate
|
run: docker buildx bake validate
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Add table
Reference in a new issue