Skip to content

Commit

Permalink
Merge pull request #644 from fluxcd/fix-e2e-dependabot
Browse files Browse the repository at this point in the history
Skip git e2e tests for dependabot PRs
  • Loading branch information
makkes authored Sep 5, 2023
2 parents b4f3acd + 0cdb7cb commit 1d44f9f
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 1d44f9f

Please sign in to comment.