Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jul 15, 2021
1 parent e92081d commit 6bc9e5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
node: [16]

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

- name: Check out 🛎 (pull_request_target)
- name: Check out repository (pull_request_target)
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 6bc9e5e

Please sign in to comment.