Skip to content

Commit

Permalink
fix: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jul 15, 2021
1 parent 7f718dc commit 1d54c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Check out repository ✨
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
uses: actions/checkout@v2

- name: Check out repository 🎉 (dependabot)
Expand Down

0 comments on commit 1d54c04

Please sign in to comment.