Skip to content

Commit

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

* fix actor to correct author

* fix single quotes
  • Loading branch information
neeldug authored Jun 18, 2021
1 parent 057cbb1 commit f584319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

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

0 comments on commit f584319

Please sign in to comment.