Skip to content

Commit 7ce1585

Browse files
authored
Merge pull request #303 from fluxcd/fix-e2e
Skip running e2e tests on dependabot PRs
2 parents c775464 + 6f33a55 commit 7ce1585

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/e2e-gitea.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: e2e-gitea
1111

1212
jobs:
1313
test:
14+
if: github.actor != 'dependabot[bot]'
1415
timeout-minutes: 60
1516
runs-on: ubuntu-latest
1617
steps:

.github/workflows/e2e-github.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13+
if: github.actor != 'dependabot[bot]'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout

.github/workflows/e2e-gitlab.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: e2e-gitlab
1111

1212
jobs:
1313
test:
14+
if: github.actor != 'dependabot[bot]'
1415
timeout-minutes: 60
1516
runs-on: ubuntu-latest
1617
steps:

.github/workflows/e2e-stash.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13+
if: github.actor != 'dependabot[bot]'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout

0 commit comments

Comments
 (0)