Skip to content

Commit be6b638

Browse files
committed
Revert "Add reusable all-checks-passed workflow and disable tide"
This reverts commit 5fd6c53.
1 parent 5fd6c53 commit be6b638

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

.github/workflows/all-checks-passed.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
name: pull-all-checks-passed
2-
on: workflow_call
1+
name: all-checks-passed
2+
on:
3+
pull_request:
4+
types:
5+
[
6+
opened,
7+
synchronize,
8+
reopened,
9+
ready_for_review,
10+
edited,
11+
labeled,
12+
milestoned,
13+
]
314

415
jobs:
516
all-checks:

.github/workflows/pull-all-checks-passed.yml

-17
This file was deleted.

prow/config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ tide:
432432
- kyma-project/istio
433433
- kyma-project/api-gateway
434434
- kyma-project/networking-dev-tools
435-
- kyma-project/test-infra
436435
reviewApprovedRequired: true
437436
- labels:
438437
- lgtm

0 commit comments

Comments
 (0)