Skip to content

Commit 50858ff

Browse files
committed
SCF-788: Removed e2e tests from build and push workflow
1 parent 78cf6f1 commit 50858ff

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ on:
1919
description: 'Comma-separated list of tags'
2020
required: true
2121
type: string
22-
run_e2e_tests:
23-
description: 'Run E2E tests'
24-
required: false
25-
type: boolean
26-
default: false
2722
push_image:
2823
description: 'Push images to Harbor'
2924
required: false
@@ -35,15 +30,8 @@ concurrency:
3530
cancel-in-progress: true
3631

3732
jobs:
38-
e2e-tests:
39-
name: Run E2E Tests
40-
if: github.event_name == 'push' || github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && inputs.run_e2e_tests)
41-
uses: ./.github/workflows/run_e2e.yaml
42-
4333
build-and-push:
4434
name: Build and Push Docker Images to Harbor
45-
needs: [e2e-tests]
46-
if: always() && (needs.e2e-tests.result == 'success' || needs.e2e-tests.result == 'skipped')
4735
runs-on: ubuntu-latest
4836
timeout-minutes: 60
4937
env:

0 commit comments

Comments
 (0)