Skip to content

Commit

Permalink
Skip git e2e tests for dependabot PRs
Browse files Browse the repository at this point in the history
The bot doesn't have access to the secrets needed to perform these
tests.

Signed-off-by: Max Jonas Werner <[email protected]>
  • Loading branch information
Max Jonas Werner committed Sep 5, 2023
1 parent b4f3acd commit 0cdb7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:

jobs:
git-test:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 0cdb7cb

Please sign in to comment.