Skip to content

Commit

Permalink
chore(ci): avoid failure of dependabot due to missing secret
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Jul 8, 2024
1 parent 5973328 commit ff41f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-migration-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
docker-image:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: serlo/configure-repositories/actions/setup-node@main
Expand Down

0 comments on commit ff41f67

Please sign in to comment.