[go: nahoru, domu]

Skip to content

Commit

Permalink
github: fix actions to ignore check on dependabot pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoveiga authored and otavio committed Jun 28, 2021
1 parent 8bb6e12 commit a15f6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
check-commit-message:
if: github.event.pull_request.user.login != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]'
name: Check Commit Message
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit a15f6a4

Please sign in to comment.