Browse Source

gh actions (#1337)

* adds condition to avoid triggers from dependabot

* fix actor to correct author

* fix single quotes
pull/1334/head
neeldug 3 years ago committed by GitHub
parent
commit
f584319096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/master.yml

2
.github/workflows/master.yml

@ -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:

Loading…
Cancel
Save