mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ Don't run integration tests for dependabot
Due to https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
This commit is contained in:
1
.github/workflows/test_integration.yml
vendored
1
.github/workflows/test_integration.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user