Skip to content

Commit

Permalink
Fixes typo in dependabot check for workflow run.
Browse files Browse the repository at this point in the history
  • Loading branch information
derkaiserreich committed Sep 2, 2022
1 parent 4b12db0 commit f1bc5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
run-tests:
if: ${{ !startsWith( github.actor, 'dependabot/' ) }}
if: ${{ !startsWith( github.actor, 'dependabot' ) }}
runs-on: self-hosted
environment: build-and-test
strategy:
Expand Down

0 comments on commit f1bc5ac

Please sign in to comment.