Skip to content

Commit

Permalink
Execute RBI workflow only for dependabot commits
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Dec 14, 2023
1 parent d94535e commit 0171268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_update_rbis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
update-gem-rbis:
runs-on: ubuntu-latest
timeout-minutes: 15
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 0171268

Please sign in to comment.