Skip to content

Commit

Permalink
Merge pull request #303 from fluxcd/fix-e2e
Browse files Browse the repository at this point in the history
Skip running e2e tests on dependabot PRs
  • Loading branch information
makkes authored Dec 10, 2024
2 parents c775464 + 6f33a55 commit 7ce1585
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: e2e-gitea

jobs:
test:
if: github.actor != 'dependabot[bot]'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
test:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-gitlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: e2e-gitlab

jobs:
test:
if: github.actor != 'dependabot[bot]'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-stash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
test:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 7ce1585

Please sign in to comment.