Skip to content

Commit

Permalink
ci: remove redundant conditional (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 8, 2021
1 parent 0873e47 commit e79629b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: fastify/[email protected]
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e79629b

Please sign in to comment.