Skip to content

Commit

Permalink
Fixed failing dependabot workflow runs (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Dec 4, 2024
1 parent 0d8fa9e commit 6365361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
build_docker_image:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'phingofficial' && github.event_name != 'pull_request' }}
if: ${{ github.actor != 'dependabot[bot]' && github.repository_owner == 'phingofficial' && github.event_name != 'pull_request' }}
needs:
- test
steps:
Expand Down

0 comments on commit 6365361

Please sign in to comment.