Skip to content

Commit

Permalink
adds condition to avoid triggers from dependabot (#1333)
Browse files Browse the repository at this point in the history
* adds condition to avoid triggers from dependabot

* fix actor to correct author
  • Loading branch information
neeldug authored Jun 17, 2021
1 parent 1dbc7fc commit 75a361b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
benchmark:
if: ${{ github.actor != "dependabot[bot]" }}
name: Upload docs and run benchmarks
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 75a361b

Please sign in to comment.