♻️ Don't run integration tests for dependabot

Due to https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
This commit is contained in:
Lars Gohr
2021-08-10 21:04:10 +02:00
parent 6b16772a3d
commit 802073aac9
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish to Registry
if: ${{ github.actor != 'dependabot[bot]' }}
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: lgohr/publish-docker-github-action

View File

@@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish to Registry
if: ${{ github.actor != 'dependabot[bot]' }}
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action