Browse Source

adds condition to avoid triggers from dependabot (#1333)

* adds condition to avoid triggers from dependabot

* fix actor to correct author
pull/1334/head
neeldug 3 years ago committed by GitHub
parent
commit
75a361bdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/master.yml

1
.github/workflows/master.yml

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

Loading…
Cancel
Save